summary.mvoprobit {switchSelection}R Documentation

Summary for an Object of Class mvoprobit

Description

Provides summary for an object of class 'mvoprobit'.

Usage

## S3 method for class 'mvoprobit'
summary(object, ..., vcov = NULL, show_ind = FALSE)

Arguments

object

object of class 'mvoprobit'

...

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 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.

show_ind

logical; if TRUE then indexes of parameters will be shown. Particularly, these indexes may be used in ind element of regularization parameter of mvoprobit.

Details

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.

Value

Returns an object of class 'summary.mvoprobit'.


[Package switchSelection version 1.1.2 Index]