stat4DS_data | R Documentation |
Retrieve data sets used in Foundations of Statistics for Data Scientists With R and Python (Agresti & Kateri, 2021) for use as demo/test data.
stat4DS_data(dat, preview = FALSE)
dat |
A length-one character vector; the name of a data set or |
preview |
If |
A data set if dat
is a data set name; console output (and NULL
invisibly) if dat
is 'all'
.
stat4DS_data('Florida', preview = TRUE)
stat4DS_data('all')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.