Nonlinear Modeling with Generalized Additive Models (GAMs) in R
Noam Ross
Senior Research Scientist, EcoHealth Alliance
Chapter 1
Chapter 2
Chapter 3
Chapter 4
library(broom)
augment(gam_model)
tidy(gam_model)
glance(gam_model)
library(caret)
train(x, y, method = "gam", ...)
?smooth.terms
?family.mgcv
?gam.selection
?gam.models
Nonlinear Modeling with Generalized Additive Models (GAMs) in R