Description Usage Arguments Value References Examples
Algorithm To Detect Outliers
1 | detectOutliers(y, X, intercepto = 1)
|
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. |
outliers |
A vector with outliers indices. |
.
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
1 2 3 | ### Using stackloss data
detectOutliers(stack.loss, stack.x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.