McNemar.Test(TrialSize)
McNemar.Test()所属R语言包:TrialSize
McNemar Test in 2 by 2 table
McNemar检验2 2表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
2 by 2 table. Test either a shift from 0 to 1 or a shift from 1 to 0 before treatment and after treatment.p1+=P10+P11, P+1=P01+P11
2 2表。测试可以是从0到1的转变从1到0或移位治疗前和treatment.p1后+ = P10 + P11,P +1 = P01 + P11
H0: p1+ = p+1
H0:P1 = P +1
Ha: not equal
哈:不等于
The test is finding whether there is a categorical shift after treatment.
该测试是寻找是否有一个明确的治疗后移位。
用法----------Usage----------
McNemar.Test(alpha, beta, psai, paid)
参数----------Arguments----------
参数:alpha
significance level
显着性水平
参数:beta
power = 1-beta
功率= 1-β
参数:psai
the ratio of p01/p10
比p01/p10
参数:paid
the sum p10+p01
P10 + P01的总和
参考文献----------References----------
实例----------Examples----------
Example.6.4.3<-McNemar.Test(0.05,0.2,0.2/0.5,.7)
Example.6.4.3
# 59[59]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|