predict.boxout: Predict method for 'boxout' objects

Description Usage Arguments Value

Description

Provides a prediction for whether an observation is a suspected outlier

Usage

1
2
## S3 method for class 'boxout'
predict(object, sdev = 3, ...)

Arguments

object

an object of class "boxout"

sdev

Number of standard deviations (in KS statistic) that an observation should be larger than the mean KS statistic in order to be considered an outlier

...

unused

Value

a vector of names for the outlying observations as defined by the sdev parameter.


3inar/nowaclean documentation built on May 5, 2019, 10:44 a.m.