gamMlCalc: GAM: classical approach for projections.

Description Usage Arguments

View source: R/gamCalc.R

Description

Use mgcv::gam() models for projections.

Usage

1
2
gamMlCalc(data, frm = as.formula(Y ~ offset(log(N))), text = "",
  family = "poisson", type = "link")

Arguments

data

data used for model fitting, in the form as stored in the dataLongPred slot of an incClass object

frm

formula used for mgcv::gam()

text

free-text variable

family

distribution, family parameter

type

type parameter used in the predict function


mknoll/incAnalysis documentation built on Oct. 22, 2020, 9:20 a.m.