Non-parametric meta-regression using splines from mgcv with mixed-effects meta-analysis from mixmeta. See the package website here.
Install the package from CRAN:
# Install the package from CRAN
install.packages("splinemixmeta")
# Load the package once installed
library(splinemixmeta)Alternatively, 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")
# Load the package once installed
library(splinemixmeta)Please report any issues (bugs or errors) on the issues link for the repository.
Please view our contributing guidelines for any changes or pull requests.
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.