Learn R Programming

eqs2lavaan (version 3.0)

EQS Output Conversion to lavaan Functions

Description

Transitioning from EQS to R for structural equation modeling (SEM) is made easier with a set of functions to convert .out files into R code. The EQS output can be converted into lavaan syntax and run in the R environment. Other functions parse descriptive statistics and the covariance matrix from an EQS .out file. A heat map plot of a covariance matrix is also included.

Copy Link

Version

Install

install.packages('eqs2lavaan')

Monthly Downloads

12

Version

3.0

License

GPL-2

Maintainer

Craig Krebsbach

Last Published

November 18th, 2013

Functions in eqs2lavaan (3.0)

eqsDesc

Extract Descriptive Statistics from an EQS Output File
plotCov

Plot a Covariance/Correlation Heat Map
out2lavaan

Function Called by the eqs2lavaan Function
eqsCorr

Translate Covariance Matrix in EQS Output to a Correlation Matrix in R
eqs2lavaan-package

EQS Output Conversion to lavaan Functions
eqs2lavaan

Convert EQS Output to lavaan Syntax
eqsCov

Translate Covariance Matrix in EQS Output to a Covariance Matrix in R