| summary.metagam {metagam} | R 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 |
... |
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 themetappackage. -
terms: smooth terms that have been meta-analyzed. -
method: method used for meta-analysis. See themetaforpackage 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.
[Package metagam version 0.4.0 Index]