powered by
Function to compute a robust lambda estimator, which is based on the residuals order statistics.
lambda_ros(model)
Robust lambda estimator, which is based on the residuals order statistics.
A linear model L1 fitted with the rq function from the quantreg package.
rq
quantreg
data(stackloss) model_L1 = regL1(stack.loss ~ stack.x) lambda_ros(model_L1)
Run the code above in your browser using DataLab