-
Notifications
You must be signed in to change notification settings - Fork 48
Description
You cover LOESS, polynomials and breakpoint modelling nonlinear patterns, but oddly do not cover splines (breakpoint modelling is a subset of regression splines limited to linear, slope = 0 models) in linear models. These have many advantages. Check out the coverage in https://link.springer.com/book/10.1007/978-3-319-19425-7 (book is on libgen). This book is linked to the rms package, which implements a lot of stuff. See here for an example. https://rpubs.com/EmilOWK/rms_splines. You cover GAMs later on, but don't touch on how the mixing of splines and normal additive/linear terms in models can yield interpretable but powerful models.
For understanding predictions from models, try the ggeffects packages. Example here. https://rpubs.com/EmilOWK/ggeffects_examples, official examples https://strengejacke.github.io/ggeffects/