samplesize.h(rpsychi)
samplesize.h()所属R语言包:rpsychi
Sample size estimation in the differences between proportions
样本量估计比例之间的差异
译者:生物统计家园网 机器人LoveR
描述----------Description----------
samplesize.h determines the sample size, when specified the effect size to be detected, desired statistical power, and significance level. samplesize.h always specifies two-sided test.
samplesize.h决定样本的大小,当指定的影响大小进行检测,所需的统计力量,显着性水平。 samplesize.h总是指定双面测试。
用法----------Usage----------
samplesize.h(delta, power = 0.8, sig.level = 0.05)
参数----------Arguments----------
参数:delta
a numeric contains the effect size (Cohen's h) to be detected
一个数字包含了规模效应(科恩的h)被检测到
参数:power
a numeric contains the desired statistical power (default 0.80)
一个数字包含所需的的统计功率(默认0.80)
参数:sig.level
a numeric contains the significance level (default 0.05)
一个数字的显着性水平(默认0.05)
值----------Value----------
Return a numeric containing the appropriate sample size in each group.
返回一个包含适当的样本量各组的数字。
(作者)----------Author(s)----------
Yasuyuki Okumura<br>
Department of Social Psychiatry, <br>
National Institute of Mental Health, <br>
National Center of Neurology and Psychiatry <br>
<a href="mailto:yokumura@blue.zero.jp">yokumura@blue.zero.jp</a>
参考文献----------References----------
参见----------See Also----------
ind.prop, ind.prop.second
ind.prop,ind.prop.second
实例----------Examples----------
##Cohen (1988) ex.6.7[#科恩(1988)ex.6.7]
samplesize.h(delta=.20, power=.90, sig.level=.01)
##Cohen (1988) ex.6.8[#科恩(1988)ex.6.8]
samplesize.h(delta=.2828, power=.95, sig.level=.05)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|