knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
r badger::badge_cran_release("tidygam", "blue")
r badger::badge_cran_checks("tidygam")
r badger::badge_devel(color = "orange")
With tidygam, users can more easily obtain predictions from Generalised Additive Models (GAMs) and plot them, using tidyverse tools.
You can install the latest release of tidygam from GitHub 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 the Get started
vignette and the documentation of predict_gam()
and plot.tidygam()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.