Description
Meta Analysis and Research Synthesis.
Description
Includes functions for conducting univariate and multivariate meta-analysis. This includes the estimation of the asymptotic variance-covariance matrix of effect sizes. For more details see Becker (1992) <doi:10.2307/1165128>, Cooper, Hedges, and Valentine (2019) <doi:10.7758/9781610448864>, and Schmid, Stijnen, and White (2020) <doi:10.1201/9781315119403>.
README.md
mars
Package Installation
The package can be installed directly from GitHub using devtools or the remotes package with the following command:
remotes::install_github("lebebr01/mars")
To ensure that the vignettes are build, add the build_vignettes
argument:
remotes::install_github("lebebr01/mars",
build_vignettes = TRUE)
Explore vignettes
You can then explore the vignettes which give the basic functionality of the package. The two vignettes can be accessed with the following code:
vignette(package = 'mars')