G.test(RVAideMemoire)
G.test()所属R语言包:RVAideMemoire
G-test
G-测试
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Perfom a G-test on a contingency table or a vector of counts.
Perfom一个G-测试一个的应急表或一个向量的数量上。
用法----------Usage----------
G.test(x, p = rep(1/length(x), length(x)))
参数----------Arguments----------
参数:x
a numeric vector or matrix (see Details).
一个数值向量或矩阵(见详情)。
参数:p
theoretical proportions (optional).
理论的比例(可选)。
Details
详细信息----------Details----------
If x is matrix, it must be constructed like this:
如果x是矩阵,它必须构造是这样的:
- 2 columns giving number of successes (left) and fails (right)
- 2列的成功(左)和失败(右)
- 1 row per population.
- 每行人口。
The function works as chisq.test() :
函数的作品chisq.test():
- if x is a vector and theoretical proportions are not given, equality of counts is tested
- 如果x是一个向量和理论的比例不计数,平等测试
- if x is a vector and theoretical proportions are given, equality of counts to theoretical counts (given by theoretical proportions) is tested
- 如果x是一个向量,理论比例,平等的计数理论计数理论的比例进行测试
- if x is a matrix, equality of proportion of successes between populations is tested.
- 如果x是一个矩阵,平等的成功之间的人口比例进行了测试。
值----------Value----------
参数:statistic
test statistics.
测试数据。
参数:parameter
test degrees of freedom
测试自由度
参数:p.value
p-value.
p-值。
参数:method
a character string indicating the type of test performed.
一个字符串表示的测试类型进行。
参数:data.name
a character string giving the name(s) of the data.
给予(s)的数据的名称的字符串。
参数:observed
the observed counts.
所观察到的计数。
参数:expected
the expected counts under the null hypothesis.
计数的零假设下的预期。
(作者)----------Author(s)----------
Maxime Herv茅 <mx.herve@gmail.com>
参见----------See Also----------
chisq.test, G.multcomp, G.theo.multcomp, pairwise.G.test
chisq.test,G.multcomp,G.theo.multcomp,pairwise.G.test
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|