Learn R Programming

OutlierDC (version 0.3-0)

plot: a plot-method for a "OutlierDC" object

Description

This function provides three different results. If the algorithm is score, it draws a normal quantile-quantile plot of the outlying scores. If the algorithm is boxplot, the scatter plot of log survival times against the covariate used is given. Lastly, if the algorithm is residual, it offers a residual plot.

Usage

"plot"(x, y = NA, ...)

Arguments

x
fitted model object of class OutlierDC.
y
missing value
...
plot.default arguments

See Also

odc and OutlierDC class