qq_plot.Rd
Plots empirical quantiles of the studentized residuals from a linear model against the theoretical quantiles of a the normal distribution.
qq_plot(x, reps = 100, conf = 0.95, n.labels = 3, alpha = 0.4)
an object of class "lm"
.
integer; number of bootstrap replications for the confidence envelope (default=100)
numeric; size of confidence interval (default=0.95
).
integer; the number of largest residuals to label ( default = 3).
numeric; transparency for plotted points (0 to 1, default=0.4).
a ggplot2
graph