OneWayANOVA.pairwise(TrialSize)
OneWayANOVA.pairwise()所属R语言包:TrialSize
Pairwise Comparison for Multiple-Sample One-Way ANOVA
两两比较多个样本单因素方差分析
译者:生物统计家园网 机器人LoveR
描述----------Description----------
H0: mu_i is equal to mu_j Ha: mu_i is not equal to mu_j
H0:mu_i等于mu_j厦:mu_i是不是mu_j等于
The test is comparing the means among treatments. There are tau pair comparisons of interested. Adjusted the multiple comparison by Bonferroni method,
测试比较的治疗手段之一。有头对比较有兴趣的。 Bonferroni法调整的多重比较,
用法----------Usage----------
OneWayANOVA.pairwise(alpha, beta, tau, sigma, margin)
参数----------Arguments----------
参数:alpha
significance level
显着性水平
参数:beta
power = 1-beta
功率= 1-β
参数:tau
there are tau pair comparisons
对有头比较
参数:sigma
standard deviation
标准差
参数:margin
margin=mu_i-mu_j the difference between the true mean response of group i mu_i and group j mu_j
保证金= mu_i mu_j组我mu_i和J组mu_j的的真正的平均反应之间的差异
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|