-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
32 lines (25 loc) · 1.16 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
output:
github_document:
html_preview: false
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# `tidymv`: Tidy Model Visualisation for Generalised Additive Models <img src='man/figures/logo.png' style="float: right;" height="120" />
<!-- badges: start -->
`r lifecycle::badge("superseded")`
`r badger::badge_cran_release("tidymv", "blue")`
`r badger::badge_devel(color = "orange")`
`r badger::badge_doi(doi = "10.5281/zenodo.1343882", color = "blue")`
`r badger::badge_cran_checks("tidymv")`
[![R-CMD-check](https://github.com/stefanocoretta/tidymv/workflows/R-CMD-check/badge.svg)](https://github.com/stefanocoretta/tidymv/actions)
<!-- badges: end -->
*THIS PACKAGE HAS BEEN SUPERSEDED* by [tidygam](https://stefanocoretta.github.io/tidygam/). Users should use the tidygam package instead.
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`.