Description
Additive Mixed Meta-Analysis with Spline Meta-Regression.
Description
Fit additive mixed meta-analysis (AMMA) models, extending the 'mixmeta' package <https://cran.r-project.org/package=mixmeta> to allow for spline-based meta-regression. Functions combine features of 'mgcv' <https://cran.r-project.org/package=mgcv> for building spline components and 'mixmeta' for estimating general mixed-effects meta-analysis models.
README.md
splinemixmeta
Non-parametric meta-regression using splines from mgcv with mixed-effects meta-analysis from mixmeta. See the package website here.
Install the package from GitHub:
# Install the remotes package if you haven't already
install.packages("remotes")
# Install the package from GitHub
remotes::install_github("perrydv/splinemixmeta")
Issues and help
Please report any issues (bugs or errors) on the issues link for the repository.
Contributing
Please view our contributing guidelines for any changes or pull requests.
Code of Conduct
Please note that the splinemixmeta project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.