perm.bartlett.test(RVAideMemoire)
perm.bartlett.test()所属R语言包:RVAideMemoire
Permutational Bartlett's test of homogeneity of variances
Permutational巴特利特的方差齐性的测试
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Perform a permutational Bartlett's test of homogeneity of k variances.
执行一个permutational巴特利特的测试同质化的k差异。
用法----------Usage----------
perm.bartlett.test(formula, data=NULL, nperm = 999)
参数----------Arguments----------
参数:formula
a formula of the form a ~ b where a gives the data values and b the corresponding groups.
公式的形式a ~ b其中a给出的数据值和b相应的组。
参数:data
an optional data frame containing the variables in the formula formula. By default the variables are taken from environment(formula).
一个可选的数据框包含公式formula中的变量。默认情况下,变量从environment(formula)。
参数:nperm
number of permutations.
的排列数。
值----------Value----------
参数:statistic
test statistics of the parametric test.
参数化测试的测试统计数据。
参数:permutations
number of permutations.
的排列数。
参数:p.value
p-value of the permutational test.
p-值的permutational测试。
参数:data.name
a character string giving the name(s) of the data.
给予(s)的数据的名称的字符串。
(作者)----------Author(s)----------
Maxime Herv茅 <mx.herve@gmail.com>
参见----------See Also----------
bartlett.test
bartlett.test
实例----------Examples----------
response <- c(rnorm(12),rpois(12,1),rnorm(12,2,1))
fact <- gl(3,12,labels=LETTERS[1:3])
perm.bartlett.test(response~fact)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|