detectOutliers: Algorithm To Detect Outliers

Description Usage Arguments Value References Examples

Description

Algorithm To Detect Outliers

Usage

1
detectOutliers(y, X, intercepto = 1)

Arguments

y

A vector with response variables.

X

A matrix or vector with explanatory variables.

intercepto

1 for a model with intercept and 0 for a model without intercept.

Value

outliers

A vector with outliers indices.

.

References

Dodge, Y. (1997) Lad regression for detecting outliers in response and explanatory variables. Journal of Multivariate Analysis, 61, 144–158. doi: 10.1006/jmva.1997.1666

Examples

1
2
3
### Using stackloss data

detectOutliers(stack.loss, stack.x)

LadR documentation built on May 1, 2019, 7:12 p.m.

Related to detectOutliers in LadR...