Learn R Programming

sampleSelection (version 1.0-4)

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

Description

Create design matrix of binary choice models

Usage

"model.matrix"( object, ... )

Arguments

object
object of class binaryChoice.
...
currently not used.

Value

The design matrix of binary choice models.

See Also

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