Description Usage Arguments Details Value Author(s) Examples
Extract the regression coefficients from an object of class MRSP.
1 2 |
object |
Object of class |
type |
Character string specifying the type of coefficients to extract from |
simplify |
Logical: should the output be simplified? |
... |
Not used here. |
Depending on argument type, the regression coefficients
belonging to the original covariates or those belonging to standardized covariates
are returned. For type="prethreshold", the regression coefficients prior to
(potential) thresholding (and a potential backtransformation from standardized to
original scale) are returned. type is found by a call to match.arg.
Depending on arguments standardize and threshold in the
call to MRSP that created object, the output of this function might be identical
for different choices of type.
If simplify=TRUE, the coefficient object is returned via invisible
and its actual content is printed in structured and concise fashion.
An object of class MRSP.coef. Depending on simplify, information
about the coefficients is printed.
Wolfgang Poessnecker
1 | ## see the examples in ?MRSP
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.