powered by
qqnorm(y, pch = 20, xlab = "Standard Normal Quantiles", ylab = "Sample Quantiles", make.plot = TRUE, ...)
k = 0.895 / (sqrt(n) * (1- 0.01 / sqrt(n) + 0.85/n))
Gives a 95 percent asymptotic band based on the Kolmogorov-Smirnov statistic (Doksum and Sievers, 1976).
qnorm
qqplot
shiftplot
z <- rexp(100) qqnorm( z) y <- rnorm( 100) qqnorm( y) obj <- qqnorm(y, make.plot=FALSE) str(obj) data( ftcanmax) qqnorm( ftcanmax[,"Prec"])
Run the code above in your browser using DataLab