plot.CI = TRUE, then
code for bootsrapped confidence provided in the documentation for boot is applied to create confidence envelopes. If plot.CI = FALSE, qqnorm and qqline are used to create overlaid normal probability plots given multiple categories in x.
qq.Plot(y, x = NULL, col = NULL, pch = NULL, main = "", R = 5000, fit.lty = 1,
env.lty = 2, conf = 0.95, type = "point", ylim = NULL, xlim = NULL, xlab = NULL,
ylab = NULL, plot.CI = FALSE, ...)"point" or "overall".
plot.
qqnorm, qqline, envelope, boot
y <- rnorm(50)
x <- c(rep(1, 25), rep(2, 25))
qq.Plot(y, x)
Run the code above in your browser using DataLab