Learn R Programming

OutlierDC (version 0.2.5)

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. k_s is used to set the upper cut-off bound.

Usage

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

Arguments

object
fitted model object of class OutlierDC.
k_s
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