找回密码
 注册
查看: 2099|回复: 0

R语言:stat.anova()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 22:12:23 | 显示全部楼层 |阅读模式
stat.anova(stats)
stat.anova()所属R语言包:stats

                                        GLM Anova Statistics
                                         方差分析方差分析统计

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This is a utility function, used in lm and glm methods for anova(..., test != NULL) and should not be used by the average user.
这是一个实用的功能,用于lm和glm方法anova(..., test != NULL),应该不会由普通用户使用。


用法----------Usage----------


stat.anova(table, test = c("Rao","LRT", "Chisq", "F", "Cp"),
           scale, df.scale, n)



参数----------Arguments----------

参数:table
numeric matrix as results from anova.glm(..., test=NULL).
数字矩阵作为anova.glm(..., test=NULL)的结果。


参数:test
a character string, matching one of "Rao", "LRT","Chisq", "F" or "Cp".
一个字符串,匹配"Rao","LRT","Chisq","F"或"Cp"之一。


参数:scale
a residual mean square or other scale estimate to be used as the denominator in an F test.
剩余的均方或其他规模估计将用于为F检验的分母。


参数:df.scale
degrees of freedom corresponding to scale.
自由相应的scale度。


参数:n
number of observations.
观测数。


值----------Value----------

A matrix which is the original table, augmented by a column of test statistics, depending on the test argument.
这是一个矩阵原table,增强了检验统计量列,取决于test参数。


参考文献----------References----------

Generalized linear models. Chapter 6 of Statistical Models in S eds J. M. Chambers and T. J. Hastie, Wadsworth & Brooks/Cole.

参见----------See Also----------

anova.lm, anova.glm.
anova.lm,anova.glm。


举例----------Examples----------


##-- Continued from '?glm':[# - 续“GLM?”]

print(ag <- anova(glm.D93))
stat.anova(ag$table, test = "Cp",
           scale = sum(resid(glm.D93, "pearson")^2)/4,
           df.scale = 4, n = 9)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 07:11 , Processed in 0.029241 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表