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 |
... |
further arguments passed to other methods
(e.g. |
Value
A data.frame containing all variables used for the estimation. The “terms” attribute contains the terms for the selection equation.
Author(s)
Arne Henningsen
See Also
model.frame
, selection
,
model.matrix.selection
, and selection-methods
.
[Package sampleSelection version 1.2-12 Index]