levene.test(s20x)
levene.test()所属R语言包:s20x
Levene test for the ANOVA Assumption
Levene检验,方差分析假设
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Perform a Levene test for equal group variances in both
执行Levene检验等于在这两个组的差异
用法----------Usage----------
levene.test(formula, data, digit = 5, show.table = TRUE)
参数----------Arguments----------
参数:formula
a symbolic description of the model to be fitted: response ~ fac1 + fac2.
安装一个象征性的模型来描述:响应~FAC1 + fac2。
参数:data
an optional data frame containing the variables in the model.
一个可选的数据框包含在模型中的变量。
参数:digit
the number of decimal places to display.
显示的小数位数。
参数:show.table
If this argument is FALSE then the output will be suppressed
如果该参数为false,则输出将被抑制
值----------Value----------
参数:df
degrees of freedom.
自由度。
参数:ss
sum squares.
平方和。
参数:ms
mean squares.
均方。
参数:f.value
F-statistic value.
F-统计量的值。
参数:p.value
P-value.
P-值。
参见----------See Also----------
"crossFactors", "anova".
的“crossFactors”,“方差分析”。
实例----------Examples----------
##[#]
data(computer.df)
levene.test(score ~ factor(selfassess), computer.df)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|