update: Update a scoring algorithm.

Description Usage Arguments Details See Also

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

1
2
    ## S4 method for signature '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


OutlierDC documentation built on May 1, 2019, 11:31 p.m.