summary.mvProbitMargEff {mvProbit} | R Documentation |
Summarize Marginal Effects of Multivariate Probit Models
Description
These methods prepare and print a statistical summary of marginal effects of multivariate probit models.
Usage
## S3 method for class 'mvProbitMargEff'
summary( object, ... )
## S3 method for class 'summary.mvProbitMargEff'
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.mvProbitMargEff
returns an object
of class "summary.mvProbitMargEff"
inheriting from class "matrix"
.
The returned object is a matrix with four columns,
where the marginal effects are in the first column,
their standard errors are in the second column,
corresponding ‘z values’ are in the third column,
and the resulting ‘P values’ are in the last column.
Author(s)
Arne Henningsen
See Also
mvProbitMargEff
,
margEff.mvProbit
,
mvProbit
.