powered by
Print summary of forward search in linear L1 model object.
# S3 method for summary.forwardSearch_regL1 print(x, digits = 4, ...)
No return value, called for side effects.
This is an object of class "summary" produced by a call to summary.regL1().
summary
summary.regL1()
Significant digits reported in the printed table.
Optional arguments.
forwardSearch_regL1 for apply forward search in linear L1 regression model.
forwardSearch_regL1
# \donttest{ # applies the forward search approach to robust analysis in a linear L1 model mod = forwardSearch_regL1(Concentration ~ Age, data = bile) summary(mod) # }
Run the code above in your browser using DataLab