ztwo(clippda)
ztwo()所属R语言包:clippda
A function to compute Z values when there are no covariates other than the cancer class
一个函数来计算Z值时,有没有协变量的癌症类以外的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function computes the effects of covariates (Z values) needed when designing a study in simple cases where the only covariate available is the cancer class. The Z values computed may, however, be used in more complex setups, when additional covariates are expected.
此函数计算变项(Z值)的影响时,需要设计一个简单的情况下,只协是癌症类的研究。 Z值计算年5月,然而,可用于更复杂的设置,当额外的协变量。
用法----------Usage----------
ztwo(x, y)
参数----------Arguments----------
参数:x
expected proportion of cases
预计情况的比例
参数:y
expected proportion of controls
预计比例控制
值----------Value----------
produces the Z value
生产的Z值
作者(S)----------Author(s)----------
Stephen Nyangoma
参考文献----------References----------
Billingham LJ: Sample size calculations for planning clinical proteomic profiling studies using mass spectrometry. (Working paper)
参见----------See Also----------
function ZvaluescasesVcontrolsPlots
功能ZvaluescasesVcontrolsPlots
举例----------Examples----------
x=1/3;y=1-x
ztwo(x,y)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|