Provides summary for an object of class 'mvoprobit'.
# S3 method for mvoprobit
summary(object, ..., vcov = NULL, show_ind = FALSE)Returns an object of class 'summary.mvoprobit'.
object of class 'mvoprobit'
further arguments (currently ignored)
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 vcov.mvoprobit function
will be used which input argument type will be set to vcov.
If estimator = "2step" then vcov should be an estimate of the
asymptotic covariance matrix of the first step estimator.
logical; if TRUE then indexes of parameters will be
shown. Particularly, these indexes may be used in ind element of
regularization parameter of mvoprobit.
If vcov is NULL then this function just changes the
class of the 'mvoprobit' object to 'summary.mvoprobit'. 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.