QCBSRworkshops / workshop08

Workshop 8 - Generalized additive models (GAMs)
Other
11 stars 7 forks source link

Putting the G in GAM #14

Closed dschoenig closed 3 years ago

dschoenig commented 3 years ago

Currently the use of other distributions is treated rather late in the workshop. I think it would be beneficial move this section forward (i.e. before talking about different basis functions), and show how the same concepts as for GLMs apply. By referring to the GLM course, this section could also be much shorter (one example plus challenge).

Now that we are using the ISIT data set, this can be integrated readily, as the Gaussian fit actually violates model assumptions (variance homogeneity). Given that the response can be modeled with a distribution from the Tweedie family , it would be straightforward to introduce the Generalized.

The model checking part mentioned #13 would be a natural intro to the generalized section.

dschoenig commented 3 years ago

3142f2eb847b6dc5a0040b68b592baef1aa8aace replaces the previous section on "other distributions" with a section "Generalizing the additive model", now coming after the interaction part.