knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

shinysaurus

Lifecycle: experimental

ShinySaurus is an interactive application built with the R statistical computing language that lets you dive in to a very important issue in statistics with a fun web interface! Each of the data sets present in this application come from the Datasaurus Dozen collection authored by Alberto Cairo, in which traditional summary statistics such as the average, standard deviation, and correlation are very similar across the data sets, even with each giving a very different picture in the form of a scatterplot!

Within the application you can explore these data sets invidually and see how the aforementioned summary statistics are impacted by selection of data points. For some fun, you can visit the animate tab to produce detailed transition data sets between the different Datasaurus sets powered by the {metamer} and {plotly} packages.

A detailed walk-through of the application can be found in episode 32 of the TidyX Screencast series!

To view the deployed version of the app, visit rpodcast.shinyapps.io/shinysaurus

References

Here is a collection of links I used as I created the application

Installation

You can install the development version of the package using the following command:

# install.packages("remotes")
remotes::install_github("rpodcast/shinysaurus")

Code of Conduct

Please note that the shinysaurus project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



rpodcast/shinysaurus documentation built on Dec. 31, 2020, 3:13 a.m.