CRAN
datasauRus 0.1.4
Datasets from the Datasaurus Dozen
Released Sep 20, 2018 by Steph Locke
The Datasaurus Dozen is a set of datasets with the same summary statistics. They retain the same summary statistics despite having radically different distributions. The datasets represent a larger and quirkier object lesson that is typically taught via Anscombe's Quartet (available in the 'datasets' package). Anscombe's Quartet contains four very different distributions with the same summary statistics and as such highlights the value of visualisation in understanding data, over and above summary statistics. As well as being an engaging variant on the Quartet, the data is generated in a novel way. The simulated annealing process used to derive datasets from the original Datasaurus is detailed in "Same Stats, Different Graphs: Generating Datasets with Varied Appearance and Identical Statistics through Simulated Annealing"
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>datasauRus</artifactId> <version>0.1.4-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:datasauRus')
Test Results
This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.
- Raw_files.extdata_exists
- box_plots-examples
- datasauRus-examples
- datasaurus_dozen-examples
- datasaurus_dozen_wide-examples
- datasets.box_plots_is_correctly_shaped_E1
- datasets.box_plots_is_correctly_shaped_E2
- datasets.datasaurus_dozen_is_correctly_shaped_E1
- datasets.datasaurus_dozen_is_correctly_shaped_E2
- datasets.datasaurus_dozen_is_correctly_shaped_E3
- datasets.datasaurus_dozen_wide_is_correctly_shaped_E1
- datasets.datasaurus_dozen_wide_is_correctly_shaped_E2
- datasets.simpsons_paradox_is_correctly_shaped_E1
- datasets.simpsons_paradox_is_correctly_shaped_E2
- datasets.simpsons_paradox_is_correctly_shaped_E3
- datasets.simpsons_paradox_wide_is_correctly_shaped_E1
- datasets.simpsons_paradox_wide_is_correctly_shaped_E2
- datasets.twelve_from_slant_alternate_long_is_correctly_shaped_E1
- datasets.twelve_from_slant_alternate_long_is_correctly_shaped_E2
- datasets.twelve_from_slant_alternate_long_is_correctly_shaped_E3
- datasets.twelve_from_slant_alternate_wide_is_correctly_shaped_E1
- datasets.twelve_from_slant_alternate_wide_is_correctly_shaped_E2
- datasets.twelve_from_slant_long_is_correctly_shaped_E1
- datasets.twelve_from_slant_long_is_correctly_shaped_E2
- datasets.twelve_from_slant_long_is_correctly_shaped_E3
- datasets.twelve_from_slant_wide_is_correctly_shaped_E1
- datasets.twelve_from_slant_wide_is_correctly_shaped_E2
- simpsons_paradox-examples
- simpsons_paradox_wide-examples
- testthat
- twelve_from_slant_alternate_long-examples
- twelve_from_slant_alternate_wide-examples
- twelve_from_slant_long-examples
- twelve_from_slant_wide-examples