View source: R/fwd_regL1_methods.R
print.summary.forwardSearch_regL1 | R Documentation |
Print summary of forward search in linear L1 model object.
## S3 method for class 'summary.forwardSearch_regL1'
print(x, digits = 4, ...)
x |
This is an object of class " |
digits |
Significant digits reported in the printed table. |
... |
Optional arguments. |
No return value, called for side effects.
forwardSearch_regL1
for apply forward search in linear L1 regression model.
# applies the forward search approach to robust analysis in a linear L1 model
mod = forwardSearch_regL1(Concentration ~ Age, data = bile)
summary(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.