coef.probit {sampleSelection}R Documentation

Extract Coefficients from Probit Models

Description

These methods extract coefficients from probit models

Usage

## S3 method for class 'probit':
coef( object, ... )
## S3 method for class 'summary.probit':
coef( object, ... )

Arguments

object object of class probit or summary.probit.
... currently not used.

Value

coef.probit returns a vector of the estimated coefficients.
coef.summary.probit returns a matrix of the estimated coefficients, their standard errors, t-values, and p-values.

Author(s)

Arne Henningsen

See Also

coefficients, probit, and summary.probit


[Package sampleSelection version 0.6-4 Index]