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

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

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

                                         Find indicator residual variances from factor loading matrix, total factor covariance, and total indicator variances.
                                         寻找残留指标因子载荷矩阵的差异,全要素协方差和总指标的差异。

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

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

Find indicator (measurement) residual variances from a factor loading matrix, total factor covariance matrix, and total indicator variances.
从全要素的因子载荷矩阵,协方差矩阵和总指标差异的指标(测量)残留的差异。


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


findIndResidualVar(lambda, totalFactorCov, totalVarTheta = NULL)



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

参数:lambda
Factor loading matrix  
因子载荷矩阵


参数:totalFactorCov
Total (model-implied) covariance matrix among factors.   
总额(模型隐含的因素)之间的协方差矩阵。


参数:totalVarTheta
Indicator total variances. As a default, all total variances are 1.  
指标总方差。默认情况下,所有的总方差为1。


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

A vector of indicator residual variances.
一个向量的指标剩余的差异。


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



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




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

findIndIntercept to find indicator (measurement) intercepts
findIndIntercept找到指标(测量)拦截

findIndMean to find indicator (measurement) total means
findIndMean找到指标(测量)总装置

findIndTotalVar to find indicator (measurement) total variances
findIndTotalVar找到指标(测量)总变异

findFactorIntercept to find factor intercepts
findFactorIntercept因素拦截

findFactorMean to find factor means
findFactorMean找到因素手段

findFactorResidualVar to find factor residual variances
findFactorResidualVar因素残余差异

findFactorTotalVar to find factor total variances
findFactorTotalVar找到因素总变异

findFactorTotalCov to find factor covariances
findFactorTotalCov因素的协方差


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


loading <- matrix(0, 6, 2)
loading[1:3, 1] <- c(0.6, 0.7, 0.8)
loading[4:6, 2] <- c(0.6, 0.7, 0.8)
facCov <- matrix(c(1, 0.5, 0.5, 1), 2, 2)
totalVar <- rep(1, 6)
findIndResidualVar(loading, facCov, totalVar)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-24 17:38 , Processed in 0.024821 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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