Last data update: 2014.03.03

R: Summary Results of Multivariate Probit Models
summary.mvProbitR Documentation

Summary Results of Multivariate Probit Models

Description

These methods prepare and print summary results for multivariate probit models.

Usage

## S3 method for class 'mvProbit'
summary( object, ... )

## S3 method for class 'summary.mvProbit'
print( x, digits = 4, ... )

Arguments

object

object of class "mvProbit" (returned by mvProbit).

x

object of class "summary.mvProbit" (returned by summary.mvProbit).

digits

positive integer specifiying the minimum number of significant digits to be printed (passed to printCoefmat).

...

currently not used.

Value

summary.mvProbit returns an object of class "summary.mvProbit" inheriting from class "summary.maxLik". The returned object contains the same components as objects returned by summary.maxLik and additionally the following components:

call

the matched call.

start

the vector of starting values.

nDep

the number of dependent variables.

nReg

the number of explanatory variables (regressors).

nObs

the number of observations.

Author(s)

Arne Henningsen

See Also

mvProbit

Results