| add1.std_selected {stdmod} | R Documentation |
The 'add1' Method for a 'std_selected' Class Object
Description
Intercept the add1() method and raise an error.
Usage
## S3 method for class 'std_selected'
add1(object, ...)
Arguments
object |
The output of |
... |
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().
Value
It returns nothing. It is called for its side effect.
Author(s)
Shu Fai Cheung https://orcid.org/0000-0002-9871-9448
[Package stdmod version 0.2.10 Index]