Learn R Programming

sampleSelection (version 1.2-14)

model.matrix.binaryChoice: Design Matrix of Binary Choice Models

Description

Create design matrix of binary choice models

Usage

# S3 method for binaryChoice
model.matrix( object, ... )

Value

The design matrix of binary choice models.

Arguments

object

object of class binaryChoice.

...

currently not used.

Author

Arne Henningsen, Ott Toomet otoomet@ut.ee

See Also

binaryChoice, probit, model.matrix, model.frame.binaryChoice, and probit-methods.