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

R语言 semdiag包 semdiag.run.eqs()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 00:33:05 | 显示全部楼层 |阅读模式
semdiag.run.eqs(semdiag)
semdiag.run.eqs()所属R语言包:semdiag

                                        Run EQS from R
                                         运行EQS从R

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

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

Calls an EQS script file from R, executes EQS, and imports the results into R. Basically it is a wrapper function of call.eqs and the subsequent read.eqs.
EQS脚本文件调用R,执行质量标准,而进口的结果R.基本上是一个包装函数的call.eqs和随后的read.eqs的。


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


semdiag.run.eqs(EQSpgm, EQSmodel, serial, Rmatrix = NA, datname = NA, LEN = 2000000)
semdiag.call.eqs(EQSpgm, EQSmodel, serial, Rmatrix = NA, datname = NA, LEN = 2000000)



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

参数:EQSpgm
String containing path where EQS is located (see details)
String,其中包含EQS位于路径(见详情)


参数:EQSmodel
String containing path where .eqs script file is located (see details)
一个字符串,它包含路径。方程脚本文件的位置(见详情)


参数:serial
EQS serial number as integer value
EQS整数值的序列号


参数:Rmatrix
Optional matrix argument if data or covariances are stored in R
可选参数,如果数据或协方差矩阵是存放在R


参数:datname
If data is specified, a filename (string) must be provided for saving the data in text format (blank separated; see details)
如果data指定的文件名(字符串)必须提供的数据保存在文本格式(空格分隔,详情请参阅)


参数:LEN
Integer containing number of working array units. By default, it is 2000000 8 bytes units
Integer,它包含阵列单元的工作。默认情况下,它是2000000字节为单位


Details

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

If the path in EQSpgm and EQSmodel contains a blank, single quotes and double quotes are required in argument. See EQSpgm argument in examples. The last statement in the EQSpgm argument refers  to the name of the executable program file. Under Windows it is ".../WINEQS" (referring to WINEQS.exe), under Mac ".../MACEQS" and  under Linux ".../EQS". When specifying the path, use slash instead of backslash.
如果路径中EQSpgm和EQSmodel包含一个空白,单引号和双引号都需要在争论中。 EQSpgm参数的例子。 EQSpgm参数指的最后一条语句的可执行程序文件的名称。在Windows上,它是".../WINEQS"(指WINEQS.exe),".../MACEQS"在Mac和Linux下".../EQS"。指定路径时,使用斜杠,而不是反斜杠。

The .ETS, .CBK and .ETP files are written in the directory where the .eqs file is located.  Note that these 3 files must be in the same directory than the .eqs file.
。ETS,CBK。ETP文件。均衡器文件所在的目录下编写的。需要注意的是必须在这3个文件。方程文件相同的目录中。

The argument datname must match with the input data specified in the corresponding .eqs file.  This option can be used for simulations: Generate data in R, run.eqs() on with the corresponding data argument, pick out the relevant return values.
参数datname必须符合相应的方程文件中指定的输入数据。此选项可用于模拟生成的数据,在R,run.eqs()相应的data参数,挑选出相关的返回值。

The value list below provides objects for the full EQS output. If in EQS some objects are not computed, the corresponding values in R are NA.
值下面的列表提供了对象的全部EQS输出。如果在EQS一些对象不计算,相应的值在RNA。


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

Returns a list with the following objects:
返回一个列表中的下列对象:


参数:success
TRUE if estimation was successful, FALSE otherwise
TRUE如果估计是成功的,FALSE否则


参数:model.info
General model information
一般模型信息


参数:pval
p-values for various test statistics
各种检验统计量的p值


参数:fit.indices
Variuos fit indices
各种的拟合指数


参数:model.desc
Descriptive measures
描述性措施


参数:Phi
Phi matrix
披矩阵


参数:Gamma
Gamma matrix
伽玛矩阵


参数:Beta
Beta matrix
测试矩阵


参数:par.table
Parameter table (with standard errors)
参数表(标准误差)


参数:sample.cov
Sample covariance matrix
样本协方差矩阵


参数:sigma.hat
Model covariance matrix
模型协方差矩阵


参数:inv.infmat
Inverse information matrix
反信息矩阵


参数:rinv.infmat
Robust inverse information matrix
鲁棒信息矩阵的逆


参数:cinv.infmat
Corrected inverse information matrix
修正的逆矩阵


参数:derivatives
First derivatives
一阶导数


参数:moment4
Matrix with 4th moments
矩阵的第4个时刻


参数:ssolution
Standardized elements
标准件


参数:Rsquared
R-squared measures
R-平方措施的


参数:fac.means
Factor means
因素指


参数:var.desc
Descriptive measures for the variables (univariate statistics)
措施描述的变量(单变量统计)


参数:indstd
Independent variable standardization vector
独立变量标准化向量


参数:depstd
Dependent variable standardization vector
因变量标准化向量


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


Patrick Mair, Eric Wu



参考文献----------References----------

<h3>See Also</h3>  <code>semdiag.read.eqs</code>, <code>semdiag.call.eqs</code>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-19 03:46 , Processed in 0.021499 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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