Learn R Programming

eqs2lavaan (version 3.0)

eqsDesc: Extract Descriptive Statistics from an EQS Output File

Description

Mean, standard deviation, kurtosis, and skewness are displayed in an EQS .out file and this function converts these into R for your use. The returned matrix will display the vitals for all relevant variables and can be selected by column.

Usage

eqsDesc(eqs)

Arguments

eqs
A valid unedited .out file from EQS output.

Value

A matrix with four columns (mean, sd, skewness, and kurtosis).

References

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/.

See Also

eqs2lavaan eqsCov eqsCorr

Examples

Run this code
# EQS required to get a necessary .out file
# Run for62.eqs from the EQS examples and save .out to R directory location

## Not run: eqsCorr("for62.out")

Run the code above in your browser using DataLab