fitted.probit {sampleSelection}R Documentation

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.

Author(s)

Arne Henningsen

See Also

fitted, probit.


[Package sampleSelection version 0.6-12 Index]