metagam: Meta analyze nonlinear models

Description Usage Arguments Value

View source: R/metagam.R

Description

Meta analyze nonlinear models

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
metagam(
  fits,
  grid,
  type = "iterms",
  terms = NULL,
  method = "fixed",
  restrict_max = NULL,
  restrict_min = NULL,
  intercept = TRUE
)

Arguments

fits

List of GAM or GAMM fits of class metagam.

grid

Grid over which to predict.

type

defaults to "iterms"

terms

Character vector of terms, smooth or parametric.

method

Method of meta analysis. Defaults to "fixed".

restrict_max

char

restrict_min

char

intercept

logical defining whether or not to shift the output values by the intercept. Only applies when type = "terms" or type = "iterms".

Value

An object of type metagam.


osorensen/metagam documentation built on Jan. 21, 2020, 12:12 a.m.