model.frame.selection {sampleSelection}R Documentation

Data of Selection Models

Description

Return the variables used for estimating a sample selection model

Usage

## S3 method for class 'selection'
model.frame(formula, ... )

Arguments

formula

object of class selection.

...

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

Value

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

Author(s)

Arne Henningsen

See Also

selection, model.frame, and model.frame.binaryChoice


[Package sampleSelection version 0.6-12 Index]