summary.msel {switchSelection} | 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 |
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 use it to
recalculate object$se
, object$p_value
and object$tbl
values. It also adds the value of ind
argument to the object.
Returns an object of class 'summary.msel'.