print.cph(rms)
print.cph()所属R语言包:rms
Print cph Results
打印cph的结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Formatted printing of an object of class cph. Prints strata frequencies, parameter estimates, standard errors, z-statistics, numbers of missing values, etc.
格式化打印的对象类cph。打印阶层的频率,参数估计值,标准差,Z统计,数字的遗漏值等。
用法----------Usage----------
## S3 method for class 'cph'
print(x, digits=4, table=TRUE, conf.int=FALSE,
coefs=TRUE, latex=FALSE, title='Cox Proportional Hazards Model', ...)
参数----------Arguments----------
参数:x
fit object
适合对象
参数:digits
number of digits to right of decimal place to print
数位的小数位打印
参数:conf.int
set to e.g. .95 to print 0.95 confidence intervals on simple hazard ratios (which are usually meaningless as one-unit changes are seldom relevant and most models contain multiple terms per predictor)
设置如0.95打印0.95的置信区间上简单的危险比(毫无意义,因为这通常是一个单位的变化是很少的相关性和最每个预测模型中包含多个条款)
参数:table
set to FALSE to suppress event frequency statistics
设置为FALSE取消事件的频率统计
参数:coefs
specify coefs=FALSE to suppress printing the table of model coefficients, standard errors, etc. Specify coefs=n to print only the first n regression coefficients in the model.
指定coefs=FALSE抑制打印表格模型系数,标准误差等指定coefs=n要打印只有第一个n回归系数的模型。
参数:latex
a logical value indicating whether information should be formatted as plain text or as LaTeX markup
一逻辑值,表示信息是否应该被格式化为纯文本或乳胶标记
参数:title
a character string title to be passed to prModFit
一个字符串标题要传递给prModFit
参数:...
arguments passed to prModFit
参数传递给prModFit
参见----------See Also----------
coxph, prModFit
coxph,prModFit
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|