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

R语言 robust包 anova.lmRob()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 22:28:50 | 显示全部楼层 |阅读模式
anova.lmRob(robust)
anova.lmRob()所属R语言包:robust

                                        ANOVA for Robust Linear Model Fits
                                         方差分析的鲁棒线性模型适合

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

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

Compute an analysis of variance table for one or more robust linear model fits.
一个或多个强大的线性模型拟合,计算方差分析表。


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


## S3 method for class 'lmRob'
anova(object, ..., test = c("RF", "RWald"))
## S3 method for class 'lmRoblist'
anova(object, const, ipsi, yc, test = c("RWald", "RF"), ...)



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

参数:object
an lmRob object.
对象的lmRob。


参数:...
additional arguments required by the generic anova function.  If ... contains additional robustly fitted linear models then the function anova.lmRoblist is dispatched.
通用的方差分析功能所需的额外的参数。如果...包含额外的强劲拟合线性模型,然后功能anova.lmRoblist调度。


参数:const
a numeric value containing the tuning constant computed by lmRob.const.
一个数字值,其中包含的时间常数计算的lmRob.const。


参数:ipsi
an integer value specifying the psi-function.
一个整数值,指定PSI的功能。


参数:yc
a numeric value containing the tuning constant computed by lmRob.effvy.
一个数字值,其中包含的时间常数计算的lmRob.effvy。


参数:test
a single character value specifying which test should be computed in the Anova table.  The possible choices are "RWald" and "RF".
指定的测试应计算ANOVA表中的单个字符的值。可能的选择是“RWald”和“RF”。


Details

详细信息----------Details----------

The default test used by anova is the "RWald" test, which is the Wald test based on robust estimates of the coefficients and covariance matrix.  If test is "RF", the robustified F-test is used instead.  
方差分析所使用的默认的测试是"RWald"测试,这是根据可靠的估计数的系数和协方差矩阵的Wald检验。如果test"RF",抗差F-试验来代替。


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

an anova object.
anova对象。


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



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

lmRob,  anova.
lmRob,anova。


实例----------Examples----------


data(stack.dat)
stack.small <- lmRob(Loss ~ Water.Temp + Acid.Conc., data = stack.dat)
stack.full <- lmRob(Loss ~ ., data = stack.dat)
anova(stack.full)
anova(stack.full, stack.small)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 11:39 , Processed in 0.021922 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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