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

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

[复制链接]
发表于 2012-2-16 21:04:29 | 显示全部楼层 |阅读模式
update.formula(stats)
update.formula()所属R语言包:stats

                                        Model Updating
                                         模型修正

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

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

update.formula is used to update model formulae. This typically involves adding or dropping terms, but updates can be more general.
update.formula用来更新模型公式。这通常需要添加或删除的条款,但更新能更普遍。


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


## S3 method for class 'formula'[类formula的方法]
update(old, new, ...)



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

参数:old
a model formula to be updated.
模型公式进行更新。


参数:new
a formula giving a template which specifies how to update.
一个公式,它指定如何更新模板。


参数:...
further arguments passed to or from other methods.
通过进一步的论据或其他方法。


Details

详情----------Details----------

Either or both of old and new can be objects such as length-one character vectors which can be coerced to a formula via as.formula.
一方或双方old和new,如长度,一个字符可以强制通过as.formula公式的向量对象。

The function works by first identifying the left-hand side and right-hand side of the old formula. It then examines the new formula and substitutes the lhs of the old formula for any occurrence of "." on the left of new, and substitutes the rhs of the old formula for any occurrence of "." on the right of new.  The result is then simplified via terms.formula(simplify = TRUE).
该函数的工作原理是先确定的左手边和右手边old公式。然后检查newold发生任何公式的公式和替代LHS“。new,<X和替代的RHS左侧>公式为任何发生“。上old权。结果,然后通过new简化。


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

The updated formula is returned.  The environment of the result is that of old.
更新后的公式返回。环境的结果是,old。


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

terms, model.matrix.
terms,model.matrix。


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


update(y ~ x,    ~ . + x2) #&gt; y ~ x + x2[> Y&#12316;X + X2]
update(y ~ x, log(.) ~ . ) #&gt; log(y) ~ x[>日志(Y)&#12316;X]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 05:34 , Processed in 0.029098 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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