-
Notifications
You must be signed in to change notification settings - Fork 47
/
DESCRIPTION
48 lines (48 loc) · 2.15 KB
/
DESCRIPTION
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: datasauRus
Title: Datasets from the Datasaurus Dozen
Version: 0.1.8
Authors@R: c(
person("Colin", "Gillespie", , "[email protected]", role = c("cre", "aut")),
person("Steph", "Locke", , "[email protected]", role = "aut"),
person("Alberto", "Cairo", , "[email protected]", role = "dtc"),
person("Rhian", "Davies", , "[email protected]", role = c("aut")),
person("Justin", "Matejka", , "[email protected]", role = "dtc"),
person("George", "Fitzmaurice", , "[email protected]", role = "dtc"),
person("Lucy", "D'Agostino McGowan", , "[email protected]", role = "aut"),
person("Richard", "Cotton", , "[email protected]", role = "ctb"),
person("Tim", "Book", , "[email protected]", role = "ctb"),
person("Jumping Rivers", role = "fnd")
)
Description: 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" <doi:10.1145/3025453.3025912>.
License: MIT + file LICENSE
URL: https://github.com/jumpingrivers/datasauRus,
https://jumpingrivers.github.io/datasauRus/
BugReports: https://github.com/jumpingrivers/datasauRus/issues
Depends:
R (>= 3.5.0)
Suggests:
dplyr,
ggplot2,
knitr,
rmarkdown,
spelling,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Language: en-US