These methods prepare and print a statistical summary of marginal effects of multivariate probit models.
# S3 method for mvProbitMargEff
summary( object, ... )# S3 method for summary.mvProbitMargEff
print( x, digits = 4, ... )
object of class "mvProbitMargEff"
(returned by mvProbitMargEff
or
margEff.mvProbit
).
object of class "summary.mvProbitMargEff"
(returned by summary.mvProbitMargEff
).
positive integer specifiying the minimum number of
significant digits to be printed
(passed to printCoefmat
).
currently not used.
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.