print.summary.forwardSearch_regL1 {diagL1} | R Documentation |
Print Forward Search in Linear L1 Model Summary Object
Description
Print summary of forward search in linear L1 model object.
Usage
## S3 method for class 'summary.forwardSearch_regL1'
print(x, digits = 4, ...)
Arguments
x |
This is an object of class " |
digits |
Significant digits reported in the printed table. |
... |
Optional arguments. |
Value
No return value, called for side effects.
See Also
forwardSearch_regL1
for apply forward search in linear L1 regression model.
Examples
# applies the forward search approach to robust analysis in a linear L1 model
mod = forwardSearch_regL1(Concentration ~ Age, data = bile)
summary(mod)
[Package diagL1 version 1.0.0 Index]