Exploring R datasets
It is important to understand what you CAN DO before you learn to measure how WELL you seem to have DONE it.
John W. Tukey
This project aims to explore non-timeseries datasets in R datasets
package.
Strategy
Datasets
# | Dataset | Number of Instances | Number of Attributes | Numerical Attributes | Categorical Attributes | Missing Data | Link |
---|---|---|---|---|---|---|---|
1 | airquality |
153 | 6 | 6 | 0 | Yes | airquality |
2 | anscombe |
11 | 8 | 8 | 0 | No | anscombe |
3 | attenu |
182 | 5 | 4 | 1 | Yes | attenu |
4 | attitude |
30 | 7 | 7 | 0 | No | attitude |
5 | beaver1 |
114 | 4 | 4 | 0 | No | beavers |
6 | beaver2 |
100 | 4 | 4 | 0 | No | beavers |
7 | BOD |
6 | 2 | 2 | 0 | No | BOD |
8 | cars |
50 | 2 | 2 | 0 | No | cars |
9 | ChickWeight |
578 | 4 | 2 | 2 | No | ChickWeight |
10 | chickwts |
71 | 2 | 1 | 1 | No | chickwts |
11 | CO2 |
84 | 5 | 2 | 3 | No | CO2 |