Learn R Programming

metagam (version 0.2.0)

summary.metagam: Summary method for metagam objects

Description

Summary method for metagam objects

Usage

# S3 method for metagam
summary(object, ...)

Arguments

object

A metagam object as returned by metagam.

...

other arguments (not used).

Value

A list of class summary.metagam containing the following information:

  • meta_pvals: dataframe with meta-analytic p-values computed using the metap package.

  • terms: smooth terms that have been meta-analyzed.

  • method: method used for meta-analysis. See the metafor package for detailed description.

  • intercept: logical specifying whether or not the intercept has been included in the meta-analysis.

  • cohorts: Number of datasets ("cohorts") used in the meta-analysis.