Labels for individual bars in bar plot, passed to barplot. If names(height)
is NULL, bars are numbered.
crit.vals
If TRUE, horizontal lines at critical values are added to the plot.
These are calculated by link{qmsd} based on supplied values of
probs, n and multiple.
lty.crit, col.crit, lwd.crit
Vectors of line style parameters for plotted critical values, passed to
segments. Recycled to the length of critical.values
in the supplied bootMSD object.
probs
vector of probabilities at which critical values are drawn.
n
integer number of observations for critical value calculation; passed to
qmsd.
…
Parameters passed to other methods.
Value
The print method returns the object, invisibly.
The plot method returns NULL, invisibly.
The barplot methods return the values at the midpoint of each bar.
For the barplot method, critical values are ‘single-observation’ quantiles.
For use as an outlier test, use probabilities adjusted for multiple comparison;
for example, for the barplot method, consider raising the default probs
to the power \(1/n\).