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.
对象类selection。
参数:...
further arguments passed to other methods (e.g. model.frame or model.frame.binaryChoice).
进一步的参数传递给其他方法(如:model.frame或model.frame.binaryChoice)。
值----------Value----------
A data.frame containing all variables used for the estimation. The “terms” attribute contains the terms for the selection equation.
数据框使用的所有变量的估计。 “条款”属性的选择方程中包含的条款。