Description
Meta-Analysis using Structural Equation Modeling.
Description
A collection of functions for conducting meta-analysis using a structural equation modeling (SEM) approach via the 'OpenMx' and 'lavaan' packages. It also implements various procedures to perform meta-analytic structural equation modeling on the correlation and covariance matrices, see Cheung (2015) <doi:10.3389/fpsyg.2014.01521>.
README.md
The metaSEM
package conducts univariate and multivariate meta-analyses using a structural equation modeling (SEM) approach via the OpenMx
package. It also implements the two-stage SEM approach to conduct meta-analytic structural equation modeling on correlation/covariance matrices.
The stable version can be installed from CRAN by:
install.packages("metaSEM")
The developmental version can be installed from GitHub by:
## Install remotes package if it has not been installed yet
# install.packages("remotes")
remotes::install_github("mikewlcheung/metasem")