Learn R Programming

sampleSelection (version 1.2-12)

model.frame.binaryChoice: Data of Binary Choice Models

Description

Return the variables used for estimating a binary choice model

Usage

# S3 method for binaryChoice
model.frame( formula, ... )

Arguments

formula

object of class binaryChoice.

further arguments passed to other methods (e.g. model.frame).

Value

A data.frame containing all variables used for the estimation.

See Also

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