summary.mvProbit {mvProbit} | R 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 |
x |
object of class |
digits |
positive integer specifiying the minimum number of
significant digits to be printed
(passed to |
... |
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
[Package mvProbit version 0.1-10 Index]