This function reads EQS output files (.ets, .CBK and .ETP) into R and stores the results as objects.
semdiag.read.eqs(file)
Returns a list with the following objects:
General model information
p-values for various test statistics
Variuos fit indices
Descriptive measures
Phi matrix
Gamma matrix
Beta matrix
Parameter table (with standard errors)
Sample covariance matrix
Model covariance matrix
Inverse information matrix
Robust inverse information matrix
Corrected inverse information matrix
First derivatives
Matrix with 4th moments
Standardized elements
R-squared measures
Factor means
Descriptive measures for the variables (univariate statistics)
Independent variable standardization vector
Dependent variable standardization vector
The name (string) of the .ets file or the full path which the data are to be read from. If it does not contain an absolute path, the file name is relative to the current working directory, 'getwd()'. A .CBK and .ETP file have to be of the same name and in the same directory.
Patrick Mair, Eric Wu
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
.
Bentler, P. M. (2008). EQS Program Manual. Encino, CA: Multivariate Software Inc.
semdiag.call.eqs
, semdiag.run.eqs