Summary method for metagam objects

# 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 p-values from each individual fit. These can be meta-analytically combined 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.