R/metagam_package.R

#' metagam: Meta-analysis of generalized additive models.
#'
#' The main functions in the metagam package are described below.
#'
#' @section Stripping rawdata: The function \code{\link{strip_rawdata}} takes a
#'   fit produced by functions in packages \code{mgcv} or \code{gamm4} and
#'   removes all individual participants data.
#'
#' @section Meta-analysis: The function \code{\link{metagam}} takes a list of
#'   fits produced by \code{\link{strip_rawdata}} and computes meta-analytic
#'   fits.
#'
#' @section Plotting: The functions \code{\link{plot_dominance}} and
#'   \code{\link{plot_heterogeneity}} can be used to study the meta-analytic fit
#'   computed by \code{\link{strip_rawdata}}.
#'
#' @docType package
#' @name metagam-package
#'
#' @importFrom rlang .data
NULL

Try the metagam package in your browser

Any scripts or data that you put into this service are public.

metagam documentation built on May 31, 2023, 6:43 p.m.