makeLabels(simsem)
makeLabels()所属R语言包:simsem
Make parameter names for each element in matrices or vectors or the name for the whole object
参数矩阵或向量中的每个元素的名称为整个对象的名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Make parameter names for each element in matrices or vectors or the name for the whole object
参数矩阵或向量中的每个元素的名称为整个对象的名称
用法----------Usage----------
makeLabels(object, ...)
参数----------Arguments----------
参数:object
The target object to find labels
发现标签的目标对象
参数:...
Additional arguments
附加参数
值----------Value----------
The labeled object.
标记的对象。
方法----------Methods----------
There are two additional arguments in this function: 1) name and package. The name is the name of this object. The package is the style to build the labels. This function will create labels of each element by the object name followed by the number of elements in a vector.
在这个函数中有两个额外的参数:1)name和package。 name是该对象的名称。 package是建立标签的样式。此函数的每个元素的向量中的元素的数目的对象的名称,然后将创建标签。
There are two additional arguments in this function: 1) name and package. The name is the name of this object. The package is the style to build the labels. This function will create labels of each element by the object name followed by the numbers of rows and columns in a matrix.
在这个函数中有两个额外的参数:1)name和package。 name是该对象的名称。 package是建立标签的样式。这个函数将创建的每个元素的标签,通过对象名,其次通过在矩阵中的行和列的数目。
The only addition argument is package, which is the style to build the labels. This function will create labels of each element by the object name followed by the numbers of rows and columns (or the number of elements) in a matrix in every matrix (or a vector) in the free parameter object.
唯一增加的说法是package,这是建立标签的风格。此函数将创建的对象的名称,然后由在自由参数对象在每一个矩阵(或向量)的矩阵中的行和列(或元素的数目)的数字的每个元素的标签。
This function will create a description of attributes. The additional argument is digit, which is the number of decimals.
此功能将创建一个属性的描述。额外的参数是digit,这是小数位数。
The only addition argument is package, which is the style to build the labels. This function will create labels of each element by the object name followed by the numbers of rows and columns (or the number of elements) in a matrix in every matrix (or a vector) in the free parameter object.
唯一增加的说法是package,这是建立标签的风格。此函数将创建的对象的名称,然后由在自由参数对象在每一个矩阵(或向量)的矩阵中的行和列(或元素的数目)的数字的每个元素的标签。
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)
实例----------Examples----------
# No example[没有例子]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|