terms(stats)
terms()所属R语言包:stats
Model Terms
示范条款
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function terms is a generic function which can be used to extract terms objects from various kinds of R data objects.
功能terms是一个通用的功能,可用于提取R数据对象的各种对象。
用法----------Usage----------
terms(x, ...)
参数----------Arguments----------
参数:x
object used to select a method to dispatch.
对象来选择方法,派遣。
参数:...
further arguments passed to or from other methods.
通过进一步的论据或其他方法。
Details
详情----------Details----------
There are methods for classes "aovlist", and "terms" "formula" (see terms.formula): the default method just extracts the terms component of the object, or failing that a "terms" attribute (as used by model.frame).
有类的方法"aovlist","terms""formula"(见terms.formula):默认的方法提取terms对象的组件,或失败, "terms"属性(model.frame)。
There are print and labels methods for class "terms": the latter prints the term labels (see terms.object).
有print和labels类的方法"terms":后者打印长期的标签(见terms.object)。
值----------Value----------
An object of class c("terms", "formula") which contains the terms representation of a symbolic model. See terms.object for its structure.
一个对象类c("terms", "formula")其中包含一个象征性的模型表示。看到terms.object它的结构。
参考文献----------References----------
Statistical models. Chapter 2 of Statistical Models in S eds J. M. Chambers and T. J. Hastie, Wadsworth & Brooks/Cole.
参见----------See Also----------
terms.object, terms.formula, lm, glm, formula.
terms.object,terms.formula,lm,glm,formula。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|