simple.z.test(UsingR)
simple.z.test()所属R语言包:UsingR
Implement basic z-test for illustrative purposes
实现基本的z测试仅供说明用途
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Imlements a z-test similar to the t.test function
Imlements的z-测试类似t.test功能
用法----------Usage----------
simple.z.test(x, sigma, conf.level=0.95)
参数----------Arguments----------
参数:x
A data vector
数据向量
参数:sigma
the known variance
已知的变异
参数:conf.level
Confidence level for confidence interval
置信区间的置信水平
值----------Value----------
Returns a confidence interval for the mean
返回的置信区间的平均
(作者)----------Author(s)----------
Joh Verzani
参见----------See Also----------
t.test, prop.test
t.test,prop.test
实例----------Examples----------
x<-rnorm(10,0,5)
simple.z.test(x,5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|