new.name(mgcv)
new.name()所属R语言包:mgcv
Obtain a name for a new variable that is not already in use
获得一个新的变量的名称,是不是已经在使用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
gamm works by transforming a GAMM into something that can be estimated by lme, but this involves creating new variables, the names of which should not clash with the names of other variables on which the model depends. This simple service routine checks a suggested name against a list of those in use, and if neccesary modifies it
gamm转变成东西,可以通过lme估计1 GAMM工作,但是这涉及到建立新的变数,其中的名称不应该发生冲突模型取决于其他变量的名称。这个简单的服务例行检查建议反对使用这些列表的名称,如果neccesary修改它
用法----------Usage----------
参数----------Arguments----------
参数:proposed
a suggested name
建议名称
参数:old.names
An array of names that must not be duplicated
不得重复名称的数组
值----------Value----------
A name that is not in old.names.
一个名字,不是在old.names。
作者(S)----------Author(s)----------
Simon N. Wood <a href="mailto:simon.wood@r-project.org">simon.wood@r-project.org</a>
参考文献----------References----------
参见----------See Also----------
gamm
gamm
举例----------Examples----------
old <- c("a","tuba","is","tubby")
new.name("tubby",old)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|