OneSampleMean.Equality(TrialSize)
OneSampleMean.Equality()所属R语言包:TrialSize
One Sample Mean Test for Equality
一个平等的样本均值测试
译者:生物统计家园网 机器人LoveR
描述----------Description----------
H0: margin is equal to 0 Ha: margin is not equal to 0
H0:利润等于0哈:保证金是不等于0
The test is finding whether there is a difference between the mean response of the test xbar and the reference value mu0
测试发现是否有测试XBAR的平均响应之间的差值和基准值MU0
用法----------Usage----------
OneSampleMean.Equality(alpha, beta, sigma, margin)
参数----------Arguments----------
参数:alpha
significance level
显着性水平
参数:beta
power = 1-beta
功率= 1-β
参数:sigma
standard deviation
标准差
参数:margin
margin=xbar-mu0 the difference between the true mean response of a test xbar and a reference value mu0
余量= XBAR-MU0响应测试XBAR真实平均值和一个参考值MU0之间的差异
参考文献----------References----------
实例----------Examples----------
Example.3.1.4<-OneSampleMean.Equality(0.05,0.2,1,0.5)
Example.3.1.4 # 32[32]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|