formula.pdMat(nlme)
formula.pdMat()所属R语言包:nlme
Extract pdMat Formula
提取pdMat公式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method function extracts the formula associated with a pdMat object, in which the column and row names are specified.
这种方法的函数提取pdMat对象,在指定的列名和列名的相关公式。
用法----------Usage----------
## S3 method for class 'pdMat'
formula(x, asList, ...)
参数----------Arguments----------
参数:x
an object inheriting from class pdMat, representing a positive definite matrix.
一个对象类pdMat代表正定矩阵,继承。
参数:asList
logical. Should the asList argument be applied to each of the components? Never used.
逻辑。 asList参数应该被应用到每个组件?从来没有使用过。
参数:...
some methods for this generic require additional arguments. None are used in this method.
这个通用的一些方法需要额外的参数。没有使用这种方法。
值----------Value----------
if x has a formula attribute, its value is returned, else NULL is returned.
如果xformula属性,其返回值,否则NULL返回。
注意----------Note----------
Because factors may be present in formula(x), the pdMat object needs to have access to a data frame where the variables named in the formula can be evaluated, before it can resolve its row and column names from the formula.
因素可能是因为目前在formula(x),pdMat对象需要有一个数据框的访问,可以计算公式中的命名变量,才可以解决它的行和列名,从公式。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
pdMat
pdMat
举例----------Examples----------
pd1 <- pdSymm(~Sex*age)
formula(pd1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|