coef.probit {sampleSelection} | R Documentation |
These methods extract coefficients from probit models
## S3 method for class 'probit': coef( object, ... ) ## S3 method for class 'summary.probit': coef( object, ... )
object |
object of class probit
or summary.probit . |
... |
currently not used. |
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.
Arne Henningsen
coefficients
, probit
, and
summary.probit