Matrix(nlme)
Matrix()所属R语言包:nlme
Assign Matrix Values
分配矩阵值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is generic; method functions can be written to handle specific classes of objects. Classes which already have methods for this function include pdMat, pdBlocked, and reStruct.
此功能是通用的;写方法功能可以处理特定的类的对象。已经有此功能的方法,包括类pdMat,pdBlocked,reStruct。
用法----------Usage----------
matrix(object) <- value
参数----------Arguments----------
参数:object
any object to which as.matrix can be applied.
任何对象as.matrix可以应用。
参数:value
a matrix, or list of matrices, with the same dimensions as as.matrix(object) with the new values to be assigned to the matrix associated with object.
一个矩阵,矩阵列表的尺寸相同,as.matrix(object)新值被分配矩阵object。
值----------Value----------
will depend on the method function; see the appropriate documentation.
将取决于该方法的功能,请参阅相应的文档。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
as.matrix
as.matrix
举例----------Examples----------
## see the method function documentation[#方法函数的文档。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|