summary.mnprobit {switchSelection} | R Documentation |
Summary for an Object of Class mnprobit
Description
Provides summary for an object of class 'mnprobit'.
Usage
## S3 method for class 'mnprobit'
summary(object, ..., vcov = NULL, show_ind = FALSE)
Arguments
object |
object of class 'mnprobit' |
... |
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 |
Details
If vcov
is NULL
then this function just changes the
class of the 'mnprobit' object to 'summary.mnprobit'. 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.
Value
Returns an object of class 'summary.mnprobit'.