powered by
Print an object generated by forwardSearch_regL1
# S3 method for forwardSearch_regL1 print(x, ...)
No return value, called for side effects.
Object returned from forwardSearch_regL1.
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) mod # or print(mod) # }
Run the code above in your browser using DataLab