Produces a ggplot version of a Q-Q plot for the residuals

Arguments

x

residuals

distribution

distribution (Default: "norm")

line.estimate

line estimate (Default: NULL)

conf

confidence limits (Default: 0.95)

labels

labels (Default: names(x))

Details

Taken from GitHub rentrop/gg_qq.r (Parts of code copied from car:::qqPlot)