Skip to content

Regression suggestions #12

@Deleetdk

Description

@Deleetdk

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions