The goal of the R package MetaSynthesis
is to analyse the effect of
various human intervention on soil organic carbon.
You can install the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("dbeillouin/MetaSynthesis")
Then you can attach the package MetaSynthesis
:
library("MetaSynthesis")
Here is an overview of MetaSynthesis
content:
This package provides all the steps to perform a second order meta-analysis. This includes:
-loading the data
- frequentist and Bayesian meta-analysis model
-taking into account the quality of the meta-analysis possible in the models
-consideration of possible redundancy in the models
-Production of output graphs
Please cite this package as:
Beillouin Damien (2023) MetaSynthesis: An R package to perform second-order meta-analysis. R package > version 0.0.0.9000.
Please note that the MetaSynthesis
project is released with a
Contributor Code of
Conduct.
By contributing to this project, you agree to abide by its terms.