Usage
rqq(y, plot.it = TRUE, square.it=TRUE, scale = c("MAD", "J", "classical"),
location = c("median", "mean"), line.it = FALSE,
line.type = c("45 degrees", "QQ"), col.line = 1, lwd = 1,
outliers=FALSE, alpha=0.05, ...)
Arguments
plot.it
logical. Should the result be plotted?
square.it
Logical. Should the plot scales be square?. True is the default.
scale
the choice of a scale estimator, i.e. the classical or robust estimate
of the standard deviation.
location
the choice of a location estimator, i.e. the mean or median.
line.it
logical. Should the line be plotted? No line is the default.
line.type
If line.it=TRUE, the choice of a line to be plotted, i.e.
the 45 degree line or the line passing through the
first and third quartiles of the data.
col.line
the color of the line (if plotted).
lwd
the line width (if plotted).
outliers
logical. Should the outliers be listed in the output?
alpha
significance level of outliers. If outliers=TRUE, then all observations
that are less than the 100*alpha-th standard normal percentile or greater than
the 100*(1-alpha)-th standard normal percentile will be listed in the outp
...
Other parameters from plot