| summary.msel | R Documentation |
Provides summary for an object of class 'msel'.
## S3 method for class 'msel'
summary(object, ..., vcov = NULL, show_ind = FALSE)
object |
object of class 'msel' |
... |
further arguments (currently ignored) |
vcov |
positively defined numeric matrix representing
asymptotic variance-covariance matrix of the estimator to be
used for calculation of standard errors and p-values. It may also be a
character. Then the |
show_ind |
logical; if |
If vcov is NULL then this function just changes the
class of the 'msel' object to 'summary.msel'. Otherwise it
additionally changes object$cov to vcov and uses it to
recalculate object$se, object$p_value and object$tbl
values. It also adds the value of show_ind argument to the object.
Returns an object of class 'summary.msel'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.