GAM (Generalized Additive Model) is a statistical model used to combine Generalized Linear Models with Additive Models.
I am using GAM to model time trends in a logistic regression. Yet I would like to extract the the …
r gam mgcvI need to create some gam plots in ggplot. I can do them with the general plot function, but am …
r ggplot2 gamI am fairly new to R and presently reading a book “Generalized Additive Models”, an Introduction with R by Wood (2006) …
r gam mgcv