anscombe {anscombiser} | R Documentation |
Anscombe's Quartet Separated
Description
Provides Anscombe's Quartet as separate data frames.
Usage
anscombe1
anscombe2
anscombe3
anscombe4
Format
All datasets are objects of class data.frame
with 11 rows and 2
columns.
Source
Anscombe's Quartet of 'Identical' Simple Linear Regressions:
datasets::anscombe
in the datasets
package. The i
th dataset is datasets::anscombe[, c(i, i + 4)]
.
References
Anscombe, Francis J. (1973). Graphs in statistical analysis. The American Statistician, 27, 17-21. doi:10.2307/2682899
[Package anscombiser version 1.1.0 Index]