Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

tidymv: Tidy Model Visualisation for Generalised Additive Models

Travis build status

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.

Installation

The package is on CRAN, so you can install it from there.

NOTE: v3.0.0 brings breaking changes. The function plot_difference() has been removed due to the archiving of one dependecy.

To install the package from GitHub, use devtools::install_github("stefanocoretta/tidymv@v3.0.0", build_opts = c("--no-resave-data", "--no-manual")). To learn how to use the package, check out the vignettes (for example, vignette("predict-gam", package = "tidymv")).

If you wish to install the development version, use devtools::install_github("stefanocoretta/tidymv", build_opts = c("--no-resave-data", "--no-manual")).

You can’t perform that action at this time.