-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
executable file
·23 lines (23 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: metaSEM
Type: Package
Title: Meta-Analysis using Structural Equation Modeling
Version: 1.5.0
Date: 2024-09-26
Depends: R (>= 3.4.0), OpenMx
Imports: Matrix, MASS, ellipse, graphics, stats, utils, mvtnorm, numDeriv, lavaan
Suggests: metafor, semPlot, R.rsp, testthat, matrixcalc
VignetteBuilder: R.rsp
Authors@R: person(given = "Mike", family = "Cheung", role = c("aut","cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0113-0758"))
Maintainer: Mike Cheung <[email protected]>
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>.
License: GPL (>=2)
LazyLoad: yes
LazyData: yes
ByteCompile: yes
URL: https://github.com/mikewlcheung/metasem
BugReports: https://github.com/mikewlcheung/metasem/issues