model.matrix.binaryChoice {sampleSelection} | R Documentation |
Create design matrix of binary choice models
## S3 method for class 'binaryChoice'
model.matrix( object, ... )
object |
object of class |
... |
currently not used. |
The design matrix of binary choice models.
Arne Henningsen, Ott Toomet otoomet@ut.ee
binaryChoice
, probit
,
model.matrix
, model.frame.binaryChoice
,
and probit-methods
.