cran / tidygam

:exclamation: This is a read-only mirror of the CRAN R package repository. tidygam — Tidy Prediction and Plotting of Generalised Additive Models. Homepage: https://github.com/stefanocoretta/tidygam, https://stefanocoretta.github.io/tidygam/ Report bugs for this package: https://github.com/stefanocoretta/tidygam/issue ...
Other
0 stars 0 forks source link

tidygam: Tidy Prediction and Plotting of Generalised Additive Models

With tidygam, users can more easily obtain predictions from Generalised Additive Models (GAMs) and plot them, using tidyverse tools.

Installation

You can install the latest release of tidygam from GitHub with:

# install.packages("remotes")
remotes::install_github("stefanocoretta/tidygam@v0.2.0")

Alternatively, you can install the development version:

# install.packages("remotes")
remotes::install_github("stefanocoretta/tidygam@devel")

Examples

For examples, see the Get started vignette and the documentation of predict_gam() and plot.tidygam().