All Projects โ†’ stefanocoretta โ†’ Tidymv

stefanocoretta / Tidymv

Licence: other
Tidy Model Visualisation for Generalised Additive Models

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Tidymv

Tidytuesday
๐Ÿ“Š My contributions to the #TidyTuesday challenge
Stars: โœญ 410 (+1540%)
Mutual labels:  tidyverse, ggplot2, rstats
Plotly
An interactive graphing library for R
Stars: โœญ 2,096 (+8284%)
Mutual labels:  ggplot2, r-package, rstats
Pkgsearch
Search R packages on CRAN
Stars: โœญ 73 (+192%)
Mutual labels:  package, r-package, rstats
Pkgverse
๐Ÿ“ฆ๐Ÿ”ญ๐ŸŒ  Create your own universe of packages ร  la tidyverse
Stars: โœญ 108 (+332%)
Mutual labels:  tidyverse, r-package, rstats
Ggpointdensity
๐Ÿ“ˆ ๐Ÿ“Š Introduces geom_pointdensity(): A Cross Between a Scatter Plot and a 2D Density Plot.
Stars: โœญ 286 (+1044%)
Mutual labels:  ggplot2, r-package, rstats
cusumcharter
Easier CUSUM control charts. Returns simple CUSUM statistics, CUSUMs with control limit calculations, and function to generate faceted CUSUM Control Charts
Stars: โœญ 17 (-32%)
Mutual labels:  ggplot2, rstats, r-package
Ggplot Courses
๐Ÿ‘จโ€๐Ÿซ ggplot2 Teaching Material
Stars: โœญ 40 (+60%)
Mutual labels:  tidyverse, ggplot2, rstats
Ggextra
๐Ÿ“Š Add marginal histograms to ggplot2, and more ggplot2 enhancements
Stars: โœญ 299 (+1096%)
Mutual labels:  ggplot2, r-package, rstats
Moderndive book
Statistical Inference via Data Science: A ModernDive into R and the Tidyverse
Stars: โœญ 527 (+2008%)
Mutual labels:  tidyverse, ggplot2, rstats
Usethis
Set up commonly used ๐Ÿ“ฆ components
Stars: โœญ 613 (+2352%)
Mutual labels:  package, rstats
Waffle
๐Ÿ Make waffle (square pie) charts in R
Stars: โœญ 614 (+2356%)
Mutual labels:  ggplot2, rstats
Vitae
R Markdown Rรฉsumรฉs and CVs
Stars: โœญ 627 (+2408%)
Mutual labels:  r-package, rstats
Befriended
Eloquent Befriended brings social media-like features like following, blocking and filtering content based on following or blocked models.
Stars: โœญ 596 (+2284%)
Mutual labels:  package, model
Shinyjs
๐Ÿ’ก Easily improve the user experience of your Shiny apps in seconds
Stars: โœญ 566 (+2164%)
Mutual labels:  r-package, rstats
Patentsview
An R client to the PatentsView API
Stars: โœญ 18 (-28%)
Mutual labels:  r-package, rstats
Tidyexplain
๐Ÿคนโ€โ™€ Animations of tidyverse verbs using R, the tidyverse, and gganimate
Stars: โœญ 558 (+2132%)
Mutual labels:  ggplot2, rstats
Ggthemr
Themes for ggplot2.
Stars: โœญ 697 (+2688%)
Mutual labels:  ggplot2, rstats
Chr
๐Ÿ”ค Lightweight R package for manipulating [string] characters
Stars: โœญ 18 (-28%)
Mutual labels:  r-package, rstats
Ggalt
๐ŸŒŽ Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2'
Stars: โœญ 561 (+2144%)
Mutual labels:  ggplot2, rstats
Ggforce
Accelerating ggplot2
Stars: โœญ 640 (+2460%)
Mutual labels:  ggplot2, rstats

tidymv: Tidy Model Visualisation for Generalised Additive Models

CRAN checks R 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 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/[email protected]",
  build_vignettes = TRUE
)

Use

To learn how to use the package, check out the vignettes.

# Check available vignettes
vignette(package = "tidymv")

# Open vignettes
vignette(<vignette-name>, package = "tidymv")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].