With tidygam, users can more easily obtain predictions fromGeneralised Additive Models (GAMs) and plot them, using tidyversetools.
You can install the latest release of tidygam fromGitHub with:
# install.packages("remotes")remotes::install_github("stefanocoretta/tidygam@v1.0.0")Alternatively, you can install the development version:
# install.packages("remotes")remotes::install_github("stefanocoretta/tidygam@devel")For examples, see theGet started vignette and thedocumentation ofpredict_gam() andplot.tidygam().