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

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

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

                                        Class "SimEqualCon"
                                         类“SimEqualCon”

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

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

Set of specified equality constraints
设置指定的等式约束


Details

详细信息----------Details----------

The Equality slot contains list of equality constraint. Each element in the list is an individual equality constraint saved in a matrix.  Each row represents each element. If the matrix has two columns, the first column indicates row of the element and  the second column indicates column of the element. If the matrix has three columns, the first column is the group of matrix. The rest is row and column. Row name represents the matrix that the element is in. The definition of row name can be seen in simSetCFA, simSetPath, or simSetSEM, depending on analysis model you specify.
Equality插槽包含列表中的等式约束。列表中的每一个元素是一个单独保存在一个矩阵的等式约束。每一行代表每个元素。如果矩阵有两列,第一列表示该元素的行和第二列表示的元素的列。如果矩阵有三列,第一列是矩阵的组中。其余的行和列。行名表示的矩阵的行的名称的定义可以看出,在simSetCFA,simSetPath,或simSetSEM的的,取决于您指定的分析模型,该元素是英寸。


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

Objects can be created by simEqualCon. Also, it can be called of the form new("SimEqualCon", ...).
对象可以创建simEqualCon。此外,它也被称为形式new("SimEqualCon", ...)。


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




con: List of equality constraint. See the Details section for the description of each equality constraint.
con:列出的等式约束。每个等式约束的描述,请参阅Details部分。




modelType: Analysis model (CFA, SEM, Path)
modelType:分析模型(CFA),扫描电镜(SEM路径)




conBeforeFill: TRUE if users wish to apply equality constraint before applying the auto-completion on the parameters that users have not specified. FALSE if users wish to apply the auto-completion before applying equality constraint.
conBeforeFill:TRUE如果用户希望应用等式约束,在提出申请前的自动完成用户没有指定的参数。 FALSE如果用户希望应用的自动完成之前应用等式约束。


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




summary Summarize all attributes of this object
总结总结这个对象的所有属性


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



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




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

simEqualCon for the constructor of this class
simEqualCon这个类的构造函数

simData for a potential use of this object to create data
simData一个潜在的使用这个对象来创建数据

simModel for a potential use of this object to run an analysis
simModel一个潜在的使用这个对象来运行分析


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


showClass("SimEqualCon")
constraint1 <- matrix(1, 3, 2)
constraint1[,1] <- 1:3
rownames(constraint1) <- rep("LY", 3)
constraint2 <- matrix(2, 3, 2)
constraint2[,1] <- 4:6
rownames(constraint2) <- rep("LY", 3)
constraint3 <- matrix(3, 2, 2)
constraint3[,1] <- 7:8
rownames(constraint3) <- rep("LY", 2)
equal.loading <- simEqualCon(constraint1, constraint2, constraint3, modelType="SEM")
summary(equal.loading)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-25 05:03 , Processed in 0.023275 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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