https://github.com/mikewlcheung/metasem
metaSEM package
https://github.com/mikewlcheung/metasem
meta-analysis meta-analytic-sem missing-data multilevel-models multivariate-analysis r-package structural-equation-modeling structural-equation-models
Last synced: 21 days ago
JSON representation
metaSEM package
- Host: GitHub
- URL: https://github.com/mikewlcheung/metasem
- Owner: mikewlcheung
- Created: 2015-04-09T15:14:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-02-10T13:51:57.000Z (29 days ago)
- Last Synced: 2026-02-15T07:19:02.515Z (25 days ago)
- Topics: meta-analysis, meta-analytic-sem, missing-data, multilevel-models, multivariate-analysis, r-package, structural-equation-modeling, structural-equation-models
- Language: HTML
- Size: 11.9 MB
- Stars: 33
- Watchers: 8
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
Awesome Lists containing this project
README
[](https://github.com/mikewlcheung/metasem/actions)
[](https://cran.r-project.org/package=metaSEM)
[](https://cranlogs.r-pkg.org/badges/metaSEM)
[](https://cranlogs.r-pkg.org/badges/grand-total/metaSEM)
[](https://www.rdocumentation.org/packages/metaSEM)
[](https://doi.org/10.3389/fpsyg.2014.01521)
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.
* [Examples](https://cran.r-project.org/package=metaSEM/vignettes/Examples.html)
* [Vignettes](https://cran.r-project.org/package=metaSEM/vignettes/metaSEM.pdf)
* [Reference manual](https://cran.r-project.org/package=metaSEM/metaSEM.pdf)
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")
```