Usage
qreference(test = NULL, m = 50, nrep = 6, distribution = function(x) qnorm(x,
mean = ifelse(is.null(test), 0, mean(test)), sd = ifelse(is.null(test),
1, sd(test))), seed = NULL, nrows = NULL, cex.strip = 0.75,
xlab = NULL, ylab = NULL)
Arguments
test
a vector containing a sample to be tested; if not supplied,
all qq-plots are of the reference distribution
m
the sample size for the reference samples; default is
test sample size if test sample is supplied
nrep
the total number of samples, including reference
samples and test sample if any
distribution
reference distribution; default is standard normal
seed
the random number generator seed
nrows
number of rows in the plot layout
cex.strip
character expansion factor for labels