summary.metagam: Summary method for metagam objects

View source: R/summary_metagam.R

summary.metagamR Documentation

Summary method for metagam objects

Description

Summary method for metagam objects

Usage

## S3 method for class '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.


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