R로 배우는 Generalized Additive Models (GAMs): 비선형 모델링
Noam Ross
Senior Research Scientist, EcoHealth Alliance
1장
2장
3장
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
R로 배우는 Generalized Additive Models (GAMs): 비선형 모델링