add1.std_selected: The 'add1' Method for a 'std_selected' Class Object
Description
Intercept the add1() method and raise an error.
Usage
# S3 method for std_selected
add1(object, ...)
Value
It returns nothing. It is called for its side effect.
Arguments
- object
The output of std_selected() or std_selected_boot().
- ...
Additional arguments. They will be ignored.
Details
add1() should not be used after the output of lm() is
processed by std_selected() or std_selected_boot().