summary.epiClogit(SimHap)
summary.epiClogit()所属R语言包:SimHap
Summarizing epidemiological analysis models for matched case-control data
流行病学分析模型匹配的情况下,控制数据综述
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Summary method for objects of class epiClogit
摘要方法的类的对象的epiClogit
用法----------Usage----------
## S3 method for class 'epiClogit'
summary(object, ...)
## S3 method for class 'summary.epiClogit'
print(x, digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"), ...)
参数----------Arguments----------
参数:object
an object of class epiClogit, a result of a call to epi.cc.match.
类的一个对象epiClogit,其结果,调用epi.cc.match。
参数:x
an object of class summary.epiClogit, the result of a call to <PRE>summary.epiClogit.</PRE>
类的一个对象summary.epiClogit,结果的调用<PRE> summary.epiClogit。</ PRE>
参数:digits
the number of significant digits to use when printing.
打印时所使用的数量显著数字。
参数:signif.stars
logical. If TRUE, “significance stars" are printed for each coefficient.
逻辑。如果TRUE,“意义明星”打印每个系数。
参数:...
further arguments passed to or from other methods.
进一步的参数传递给其他方法。
值----------Value----------
summary.epiClogit returns an object of class summary.snpClogit, a list with components
summary.epiClogit返回一个对象的类summary.snpClogit中,组件的列表
参数:terms
terms attribute of formula called in epi.cc.match.
条款归咎于的公式叫epi.cc.match。
参数:coefficients
summarized results from fitted model, including odds ratios and p-values.
从拟合模型的汇总结果,包括比值比和p-值。
参数:formula
formula used in epi.Clogit.
用公式在epi.Clogit。
参数:Wald
Wald statistic for the fitted model.
Wald统计量的拟合模型。
参数:rsquared
adjusted r-squared values for the fitted model.
调整后的R平方值的拟合模型。
参数:residuals
the residuals, that is response minus fitted values.
残差,,是响应减去拟合值。
(作者)----------Author(s)----------
Pamela A McCaskie
参考文献----------References----------
参见----------See Also----------
epi.cc.match
epi.cc.match
实例----------Examples----------
data(pheno.dat)
mymodel <- epi.cc.match(formula=DISEASE~SBP+DBP+strata(STRAT),
pheno=pheno.dat)
summary(mymodel)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|