Package: mars 0.2.2
mars: Meta Analysis and Research Synthesis
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>.
Authors:
mars_0.2.2.tar.gz
mars_0.2.2.tar.gz(r-4.5-noble)mars_0.2.2.tar.gz(r-4.4-noble)
mars_0.2.2.tgz(r-4.4-emscripten)mars_0.2.2.tgz(r-4.3-emscripten)
mars.pdf |mars.html✨
mars/json (API)
# Install 'mars' in R: |
install.packages('mars', repos = 'https://cloud.r-project.org') |
- bcg - Bcg Data
- becker09 - Becker 2009 data
- math_correlations - Math Correlations Data
- school - School Data
- smd_data - SMD Simulated Data
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 1 hours agofrom:3cb35908d5. Checks:3 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 27 2025 |
R-4.5-linux | OK | Mar 27 2025 |
R-4.4-linux | OK | Mar 27 2025 |
Exports:c_mat_ftdf_to_correstimationfind_Bfind_reg_coefmarsmodel_fitMul_R2olkin_siotaniOSpath_model
Dependencies:corpcorlatticeMatrixmatrixcalc
Citation
LeBeau B, Aloe AM, Becker BJ, Park S, Rodriguez RCT (2025). mars: Meta-Analysis and Research Synthesis. https://lebebr01.github.io/mars/.
Corresponding BibTeX entry:
@Manual{, title = {{mars}: Meta-Analysis and Research Synthesis}, author = {Brandon LeBeau and Ariel M. Aloe and Betsy Jane Becker and Seohee Park and Roberto C. Toro Rodriguez}, year = {2025}, url = {https://lebebr01.github.io/mars/}, }
Readme and manuals
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')
Help Manual
Help page | Topics |
---|---|
bcg Data | bcg |
Becker 2009 data | becker09 |
c mat ft | c_mat_ft |
Helper function to read in data | df_to_corr |
Master Estimation Function | estimation |
Estimate regression coefficients | find_B |
Find regression coefficients | find_reg_coef |
Master mars function | mars |
Math Correlations Data | math_correlations |
Model fitting function | model_fit |
Mul R2 | Mul_R2 |
Olkin & Siotani variance-covariance matrix | olkin_siotani |
Olkin & Siotani 1976 variance-covariance numerator | OS |
Path Model Function | path_model |
School Data | school |
SMD Simulated Data | smd_data |