An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![R build status](https://github.com/mikewlcheung/metasem/workflows/R-CMD-check/badge.svg)](https://github.com/mikewlcheung/metasem/actions)
[![cran version](http://www.r-pkg.org/badges/version/metaSEM)](https://cran.r-project.org/package=metaSEM)
[![Monthly Downloads](https://cranlogs.r-pkg.org/badges/metaSEM)](https://cranlogs.r-pkg.org/badges/metaSEM)
[![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/metaSEM)](https://cranlogs.r-pkg.org/badges/grand-total/metaSEM)
[![Rdoc](https://www.rdocumentation.org/badges/version/metaSEM)](https://www.rdocumentation.org/packages/metaSEM)
[![DOI](https://img.shields.io/badge/doi-10.3389/fpsyg.2014.01521-yellow.svg?style=flat)](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")
```