Learn R Programming

BMA (version 3.18.19)

out.ltsreg: out.ltsreg

Description

Function to identify potential outliers

Usage

out.ltsreg(x, y, delta)

Value

A 0/1 vector indicating whether each observation is a potential outlier. The function was designed for use with the variable and outlier selection function MC3.REG

Arguments

x

the design matrix

y

observations

delta

the threshold set by the user. Standardized residuals from least trimmed squares regression that are larger than delta are identified as potential outliers

Author

Jennifer A. Hoeting

See Also

MC3.REG