samplesize.etasq(rpsychi)
samplesize.etasq()所属R语言包:rpsychi
Sample size estimation in the analysis of variance
在方差分析的样本量估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
samplesize.etasq determines the sample size, when specified the number of group, effect size to be detected, desired statistical power, and significance level.
samplesize.etasq决定样本的大小,当指定组的数量,规模效应进行检测,所需的统计功率,显着性水平。
用法----------Usage----------
samplesize.etasq(k, delta, power=.80, sig.level=.05)
参数----------Arguments----------
参数:k
a numeric contains the number of group
一个数字包含的基团的数目
参数:delta
a numeric contains the effect size (η^2) to be detected
一个数字包含的效果的大小(η^2)被检测到
参数: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.oneway, ind.oneway.second
ind.oneway,ind.oneway.second
实例----------Examples----------
##Cohen (1988) ex.8.10[#科恩(1988)ex.8.10]
f <- .25
samplesize.etasq(k=4, delta= f^2/(1+f^2), power=.80, sig.level=.05)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|