model.frame.coxph(survival)
model.frame.coxph()所属R语言包:survival
Model.frame method for coxph objects
model.frame coxph对象方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Recreate the model frame of a coxph fit.
重建一个coxph适合的模型框架。
用法----------Usage----------
## S3 method for class 'coxph'
model.frame(formula, ...)
参数----------Arguments----------
参数:formula
the result of a coxph fit
coxph合适的结果
参数:...
other arguments to model.frame
其他参数model.frame
Details
详情----------Details----------
For details, see the manual page for the generic function. This function would rarely be called by a user, it is mostly used inside functions like residual that need to recreate the data set from a model in order to do further calculations.
有关详情,请参阅手册页的通用功能。此功能用户很少会被调用,它主要用于内residual,需要重新从模型的数据,以便做进一步的计算功能。
值----------Value----------
the model frame used in the original fit, or a parallel one for new data.
在原来的拟合模型的框架,或一个新的数据并行。
作者(S)----------Author(s)----------
Terry Therneau
参见----------See Also----------
model.frame
model.frame
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|