Rdocumentation
powered by
Learn R Programming
sampleSelection (version 0.6-2)
fitted.probit: Fitted values of probit models
Description
Calculate fitted values of
probit
models.
Usage
## S3 method for class 'probit': fitted( object, ... )
Arguments
object
an object of class
probit
.
...
further arguments (currently ignored).
Value
A numeric vector of the fitted values.
See Also
fitted
,
probit
.