Learn R Programming

OutlierDC (version 0.2.1)

update: Update a scoring algorithm.

Description

This function updates a scoring algorithm using upper and/or lower fences. Using the call stored in the object, the update function declares outlying observatoins based on the QQ plot. UB is used to set the upper cut-off bound and LB is used to set the lower cut-off bound.

Usage

## S3 method for class 'OutlierDC':
update(object, UB = NA, LB = NA)

Arguments

object
fitted model object of class OutlierDC.
UB
cut-off value for the upper fence
LB
cut-off value for the lower fence

Details

This function is a generic function called update for the S4 class OutlierDC. Cut-off bounds are added to find outliers on the normal QQ plot.

See Also

odc and OutlierDC class