Learn R Programming

OutlierDC (version 0.2.1)

plot: a plot method for OutlierDC

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. Lasty, if the algorithm is residual, it offers a residual plot.

Usage

## S3 method for class 'OutlierDC':
plot(x, y = NA, ...)

Arguments

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

See Also

odc and OutlierDC class