Description Usage Arguments Value Note Author(s) References See Also Examples
Extract the covariance matrix from an appropriate EQS .out file for your usage in R.
1 | eqsCov(eqs)
|
eqs |
A valid unedited .out file from EQS output. |
A covariance matrix.
This function will still be usable for more complex SEM models that end up not being translatable by eqs2lavaan
.
Craig M. Krebsbach craigmk@my.uri.edu
Bentler, P. M. (2008). EQS Program Manual. Encino, CA: Multivariate Software Inc.
Yves Rosseel (2012). lavaan: An R Package for Structural Equation Modeling. Journal of Statistical Software, 48(2), 1-36. URL http://www.jstatsoft.org/v48/i02/.
plotCov
eqsCorr
eqsDesc
eqs2lavaan
1 2 3 4 | # EQS required to get a necessary .out file
# Run for62.eqs from the EQS examples and save .out to R directory location
## Not run: eqsCov("for62.out")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.