Learn R Programming

sampleSelection (version 0.6-2)

coef.probit: 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.

See Also

coefficients, probit, and summary.probit