Names.pdBlocked(nlme)
Names.pdBlocked()所属R语言包:nlme
Names of a pdBlocked Object
一个pdBlocked对象的名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method function extracts the first element of the Dimnames attribute, which contains the column names, for each block diagonal element in the matrix represented by object.
此方法的功能提取的Dimnames属性,其中包含列名的第一个元素,每块在object代表矩阵对角线元素。
用法----------Usage----------
## S3 method for class 'pdBlocked'
Names(object, asList, ...)
参数----------Arguments----------
参数:object
an object inheriting from class pdBlocked representing a positive-definite matrix with block diagonal structure
从类继承的对象pdBlocked代表与正定矩阵块对角结构
参数:asList
a logical value. If TRUE a list with the names for each block diagonal element is returned. If FALSE a character vector with all column names is returned. Defaults to FALSE.
一个逻辑值。如果TRUElist每块对角线元素的名称,则返回。如果FALSE特征向量与所有的列名返回。 FALSE默认。
参数:...
some methods for this generic require additional arguments. None are used in this method.
这个通用的一些方法需要额外的参数。没有使用这种方法。
值----------Value----------
if asList is FALSE, a character vector with column names of the matrix represented by object; otherwise, if asList is TRUE, a list with components given by the column names of the individual block diagonal elements in the matrix represented by object.
asList如果是FALSE,特征向量与矩阵的列名代表由object;否则,如果asList是TRUE,一个给定的组件列表个别块对角矩阵元素代表object的列名。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
Names,
Names
举例----------Examples----------
pd1 <- pdBlocked(list(~Sex - 1, ~age - 1), data = Orthodont)
Names(pd1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|