Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Build Status cran version Monthly Downloads Total Downloads Rdoc DOI

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 devtools package if it has not been installed yet
# install.packages("devtools")

devtools::install_github("mikewlcheung/metasem")
You can’t perform that action at this time.