residuals.selection(sampleSelection)
residuals.selection()所属R语言包:sampleSelection
Residuals of Selection Models
选择模型的残差
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculate residuals of sample selection models
计算样本选择模型的残差
用法----------Usage----------
## S3 method for class 'selection'
residuals(object, part = "outcome",
type = "deviance", ... )
参数----------Arguments----------
参数:object
object of class selection.
对象类selection。
参数:part
character string indication which residuals to extract: "outcome" for the fitted values of the outcome equation(s) or "selection" for the fitted values of the selection equation.
残差提取:“结果”的结果的等式(s)或“选择”选择方程拟合值的拟合值的字符串指示。
参数:type
the type of residuals of the selection equation. The alternatives are: "deviance" (default), "pearson", and "response" (see residuals.probit).
的类型的选择方程的残差。替代品是:“越轨”(默认),“培生”,和“响应”(见residuals.probit“)。
参数:...
further arguments passed to other methods (e.g. residuals.probit or residuals).
进一步的参数传递给其他方法(如:residuals.probit或residuals)。
Details
详细信息----------Details----------
The calculation of the fitted values that are used to calculate the residuals is described in the details section of the documentation of fitted.selection.
的拟合值的计算中,被用来计算残差描述的文档fitted.selection中的细节部分。
值----------Value----------
A numeric vector of the residuals.
一个数值向量的残差。
(作者)----------Author(s)----------
Arne Henningsen
参见----------See Also----------
selection, fitted.selection,
selection,fitted.selection,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|