Calculation of theortical quantile (Quantile-Quantile Plot)

qq.function(y)

Arguments

y

data sample

Value

Part of the qqnorm generic function

Examples

# set.seed(123)
# test=lm(rnorm(100)~rnorm(100)+100)
# qq.function(test$residuals)