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

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

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

                                        Add Terms to a Robust Linear Model Object
                                         稳健线性模型对象中添加条款

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

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

add1.lmRob is used to investigate an lmRob object by adding to it, in turn, each of a number of specified terms.
add1.lmRob增加,反过来,每一个指定字词的调查lmRob对象。


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


## S3 method for class 'lmRob'
add1(object, scope=. ~ ., scale, keep, ...)



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

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


参数:scope
a formula object describing the terms to be added. This argument is required, and is parsed to produce a set of terms that may be added to the model on their own without breaking the hierarchy rules. The scope can also be a character vector of term labels. Any "." in scope is interpreted relative to the formula implied by the object argument.
formula对象的描述要添加的条款。此参数是必需的,并进行解析,以产生一组不打破的层次结构的规则的情况下,可能被添加到模型上自己的术语。 scope也可以是一个字符向量的项标记。在的任何"."scope被解释为暗示的object参数的公式。


参数:scale
an estimate of the scale of the residuals. If not supplied, the initial estimate of the scale in object is used.
估计残差规模。如果没有提供,初步估计规模在object使用。


参数:keep
a character vector of names of components that should be saved for each augmented model. Only names from the set "coefficients", "fitted" and "residuals" are allowed.  If keep is TRUE, the complete set is implied.  The default behavior is not to keep anything.
一个字符矢量,应保存的每个增强模型的组件的名称。只有从集合的名称"coefficients","fitted"和"residuals"是不允许的。如果keepTRUE,一套完整的暗示。默认的行为是不保留任何东西。


参数:...
additional arguments required by the generic add1 function.
的通用add1函数需要的额外的参数。


Details

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

An anova object is constructed, consisting of the term labels, the degrees of freedom, and Robust Final Prediction Errors (RFPE) for each superset model.  
一个anova对象被构造,组成的术语标签的自由度,和鲁棒最终预测的错误(RFPE)为每个超集的模型。

This function implements the generic function add1 for lmRob class objects.
此功能实现了通用的功能add1lmRob的类对象。


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

if keep is missing, an anova object corresponding to each superset model implied by object and scope; otherwise, a list with components:
如果keep缺少,anova对象对应于每一个超集模型所隐含的object和scope,否则,组件的列表:


参数:anova
an anova object corresponding to each superset model implied by object and scope.
anova对象对应于每一个超集模型所隐含的object和scope。


参数:keep
a matrix of mode "list", with a column for each superset model, and a row for each component kept.
保持的矩阵的模式"list",与一列的每个超集的模型,和一排的每个组件。


参数:...
additional arguments required by the generic add1 function.
其他参数所需的通用add1的功能。


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

lmRob,  add1,  anova,  drop1,  lmRob.object.   
lmRob,add1,anova,drop1,lmRob.object。


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


data(stack.dat)
stack.rob <- lmRob(Loss ~ Water.Temp, data = stack.dat)
add1(stack.rob, . ~ . + Air.Flow + Acid.Conc.)

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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