anova(stats)
anova()所属R语言包:stats
Anova Tables
ANOVA表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute analysis of variance (or deviance) tables for one or more fitted model objects.
计算拟合模型的一个或多个对象(或偏差)的方差分析表。
用法----------Usage----------
anova(object, ...)
参数----------Arguments----------
参数:object
an object containing the results returned by a model fitting function (e.g., lm or glm).
模型拟合函数(例如,lm或glm)返回一个包含结果的对象。
参数:...
additional objects of the same type.
同一类型的其他对象。
值----------Value----------
This (generic) function returns an object of class anova. These objects represent analysis-of-variance and analysis-of-deviance tables. When given a single argument it produces a table which tests whether the model terms are significant.
这(通用)函数返回一个对象类anova。这些对象代表方差分析和分析偏差表。当一个参数,它会产生一个表,其中测试模型条款是否显着。
When given a sequence of objects, anova tests the models against one another in the order specified.
当给定一个对象序列,anova测试在指定的顺序对模型。
The print method for anova objects prints tables in a "pretty" form.
anova对象漂亮的形式打印在表的打印方法。
警告----------Warning----------
The comparison between two or more models will only be valid if they are fitted to the same dataset. This may be a problem if there are missing values and R's default of na.action = na.omit is used.
两个或两个以上的车型之间的比较,只会是有效的,如果它们安装到相同的数据集。这可能是一个问题,如果有缺失值和R的默认na.action = na.omit使用。
参考文献----------References----------
Statistical Models in S, Wadsworth & Brooks/Cole.
参见----------See Also----------
coefficients, effects, fitted.values, residuals, summary, drop1, add1.
coefficients,effects,fitted.values,residuals,summary,drop1,add1。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|