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

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

[复制链接]
发表于 2012-2-17 10:19:01 | 显示全部楼层 |阅读模式
pdConstruct(nlme)
pdConstruct()所属R语言包:nlme

                                        Construct pdMat Objects
                                         “建设pdMat对象

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

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

This function is an alternative constructor for the pdMat class associated with object and is mostly used internally in other functions. See the documentation on the principal constructor function, generally with the same name as the pdMat class of object.
此功能是替代pdMatobject主要用于内部其他职能相关类的构造函数。 pdMat对象类的名称相同,一般看到的主要构造函数的文档。


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


pdConstruct(object, value, form, nam, data, ...)



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

参数:object
an object inheriting from class pdMat, representing a positive definite matrix.  
一个对象类pdMat代表正定矩阵,继承。


参数:value
an optional initialization value, which can be any of the following: a pdMat object, a positive-definite matrix, a one-sided linear formula (with variables separated by +), a vector of character strings, or a numeric vector. Defaults to numeric(0), corresponding to an uninitialized object.  
一个可选的初始化值,它可以是下列任何一个pdMat对象,正定矩阵,一种片面的线性公式(与+分离变量),字符串向量或数字向量。 numeric(0)默认值,相应的未初始化的对象。


参数:form
an optional one-sided linear formula specifying the row/column names for the matrix represented by object. Because factors may be present in form, the formula needs to be evaluated on a data.frame to resolve the names it defines. This argument is ignored when value is a one-sided formula. Defaults to NULL.
一个可选的片面指定行/列名为object为代表的矩阵的线性公式。由于因素可能是在form目前,该公式需要评估数据框上,以解决它定义的名字。时value是一种片面的公式,则忽略此参数。 NULL默认。


参数:nam
an optional vector of character strings specifying the row/column names for the matrix represented by object. It must have  length equal to the dimension of the underlying positive-definite matrix and unreplicated elements. This argument is ignored when value is a vector of character strings. Defaults to NULL.
由对象代表一个字符字符串指定为矩阵的行/列名的可选向量。它必须有长度等于底层正定矩阵和非复制的元素的尺寸。时value是一个字符串向量,则忽略此参数。 NULL默认。


参数:data
an optional data frame in which to evaluate the variables named in value and form. It is used to obtain the levels for factors, which affect the dimensions and the row/column names of the underlying matrix. If NULL, no attempt is made to obtain information on  factors appearing in the formulas. Defaults to the parent frame from which the function was called.
在其中评估value和form命名的变量的可选数据框。用它来获得factors,这影响的尺寸和基础矩阵的行/列名的水平。如果NULL,没有尝试获得factors公式中出现的信息。默认从该函数被调用的父框架。


参数:...
optional arguments for some methods.
一些方法的可选参数。


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

a pdMat object representing a positive-definite matrix, inheriting from the same classes as object.
pdMat代表正定矩阵从object相同的类继承的对象。


作者(S)----------Author(s)----------


Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>



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

pdCompSymm, pdDiag,
pdCompSymm,pdDiag


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


pd1 <- pdSymm()
pdConstruct(pd1, diag(1:4))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-22 22:53 , Processed in 0.021348 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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