summary.mvProbitMargEff: Summarize Marginal Effects of Multivariate Probit Models

Description Usage Arguments Value Author(s) See Also

View source: R/summary.mvProbitMargEff.R

Description

These methods prepare and print a statistical summary of marginal effects of multivariate probit models.

Usage

1
2
3
4
5
## S3 method for class 'mvProbitMargEff'
summary( object, ... )

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

Arguments

object

object of class "mvProbitMargEff" (returned by mvProbitMargEff or margEff.mvProbit).

x

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

digits

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

...

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.


mvProbit documentation built on Jan. 13, 2021, 12:51 p.m.