These methods prepare and print summary results for multivariate probit models.
# S3 method for mvProbit
summary( object, ... )# S3 method for summary.mvProbit
print( x, digits = 4, ... )
object of class "mvProbit"
(returned by mvProbit
).
object of class "summary.mvProbit"
(returned by summary.mvProbit
).
positive integer specifiying the minimum number of
significant digits to be printed
(passed to printCoefmat
).
currently not used.
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:
the matched call.
the vector of starting values.
the number of dependent variables.
the number of explanatory variables (regressors).
the number of observations.