model.matrix.selection(sampleSelection)
model.matrix.selection()所属R语言包:sampleSelection
Design Matrix of Selection Models
选择模型的设计矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create design matrix of sample selection models
创建的样本选择模型的设计矩阵
用法----------Usage----------
## S3 method for class 'selection'
model.matrix(object, part = "outcome", ... )
参数----------Arguments----------
参数:object
object of class selection.
对象类selection。
参数:part
character string indication which design matrix/matrices to extract: "outcome" for the design matrix/matrices of the outcome equation(s) or "selection" for the design matrix of the selection equation.
字符串表示,设计矩阵/矩阵提取“结果”的结果方程(组)或“选择”的选择方程的设计矩阵的设计矩阵/矩阵。
参数:...
further arguments passed to other methods (e.g. model.matrix.binaryChoice or model.matrix).
进一步的参数传递给其他方法(如:model.matrix.binaryChoice或model.matrix)。
值----------Value----------
If argument part is "selection", the design matrix of the selection equation is returned.
如果参数part"selection",设计的选择方程的矩阵,则返回。
If argument part is "outcome", the design matrix of the outcome equation of a tobit-2 model or a list that contains the design matrices of the (two) outcome equations of a tobit-5 model is returned. All values of observations (rows of the design matrix) that were not selected for estimating the corresponding outcome equation are set to NA.
如果参数part"outcome",设计矩阵的托比-2型方程的结果或一个列表,包含了设计(二)结果的托比-5型方程的矩阵,则返回。所有观测的设计矩阵(行),选择相应的结果方程估计值被设置为NA。
(作者)----------Author(s)----------
Arne Henningsen
参见----------See Also----------
selection,
selection,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|