This is the repository of the R
package tidymv
. This package provides functions for the visualisation of GAM(M)s and the generation of model-based predicted values using tidy tools from the tidyverse
.
The package is on CRAN, so you can install it from there with install.packages("tidymv")
.
If you like living on edge, install a polished pre-release with:
remotes::install_github(
"stefanocoretta/tidymv",
build_vignettes = TRUE
)
Or the development version with:
remotes::install_github(
"stefanocoretta/tidymv@devel",
build_vignettes = TRUE
)