View source: R/auxiliary_functions.R
lambda_ros | R Documentation |
Function to compute a robust lambda estimator, which is based on the residuals order statistics.
lambda_ros(model)
model |
A linear model L1 fitted with the |
Robust lambda estimator, which is based on the residuals order statistics.
data(stackloss)
model_L1 = regL1(stack.loss ~ stack.x)
lambda_ros(model_L1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.