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

R语言 simsem包 SymMatrix-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 09:33:27 | 显示全部楼层 |阅读模式
SymMatrix-class(simsem)
SymMatrix-class()所属R语言包:simsem

                                        Symmetric matrix object: Random parameters symmetric matrix
                                         随机参数对称矩阵对称矩阵对象:

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

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

This object can be used to represent a symmetric matrix in SEM model. It contains free parameters, fixed values, and starting values. This object can be represented factor correlation or error correlation matrix.
这个对象可以被用来在SEM模型代表一个对称矩阵。它包含自由参数,固定值,并开始值。这个对象可以代表因子的相关性或错误相关矩阵。


类对象----------Objects from the Class----------

This object is created by "symMatrix" function.  Objects can be also created by calls of the form new("SymMatrix", ...).
这个对象被创建的"symMatrix"功能。也可以创建对象通过调用的形式new("SymMatrix", ...)。


插槽----------Slots----------




free: indicates which elements of the matrix are free or fixed. "NA" means the element is freely estimated. Numbers (including 0) means the element is fixed to be the indicated number.
free:矩阵的元素是免费的或固定的。 "NA"意味着元素自由地估计。数字(包括0)的装置被固定在指定数目的元素。




value: indicates the starting values of each element in the matrix. The starting values could be numbers or the name of "distribution objects"
value:表示在矩阵中的每个元素的初始值。初始值可以是数字或名称"distribution objects"


扩展----------Extends----------

Class "SimMatrix", directly.
类"SimMatrix",直接。


方法----------Methods----------




adjust Adjust an element in the "SymMatrix" object
adjust调整"SymMatrix"对象中的一个元素




run Draws starting values from the "labels" slot and show as a symmetric matrix sample.  
run绘制"labels"插槽,并显示为对称矩阵样品的初始值。




summary Provides a thorough description of all information in the object
summary提供了一个全面的描述中所有信息的对象


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



Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)




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

SimMatrix for random parameter matrix and SimVector for random parameter vector.
SimMatrix随机参数矩阵和SimVector随机参数向量。


实例----------Examples----------


showClass("SymMatrix")

latent.cor <- matrix(NA, 3, 3)
diag(latent.cor) <- 1
RPH <- symMatrix(latent.cor, 0.5)

u46 <- simUnif(0.4, 0.6)
RPH <- adjust(RPH, "u46", c(3,2))
summary(RPH)
summaryShort(RPH)
run(RPH)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-25 04:32 , Processed in 0.027246 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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