Package: anscombiser Title: Create Datasets with Identical Summary Statistics Version: 1.1.0 Date: 2026-01-02 Authors@R: person(c("Paul", "J."), "Northrop", email = "p.northrop@ucl.ac.uk", role = c("aut", "cre", "cph")) Description: Anscombe's quartet are a set of four two-variable datasets that have several common summary statistics but which have very different joint distributions. This becomes apparent when the data are plotted, which illustrates the importance of using graphical displays in Statistics. This package enables the creation of datasets that have identical marginal sample means and sample variances, sample correlation, least squares regression coefficients and coefficient of determination. The user supplies an initial dataset, which is shifted, scaled and rotated in order to achieve target summary statistics. The general shape of the initial dataset is retained. The target statistics can be supplied directly or calculated based on a user-supplied dataset. The 'datasauRus' package provides further examples of datasets that have markedly different scatter plots but share many sample summary statistics. Imports: graphics, stats License: GPL (>= 2) LazyData: TRUE Encoding: UTF-8 Depends: R (>= 3.3.0) RoxygenNote: 7.3.3 Suggests: datasauRus, datasets, gganimate, ggplot2, maps, testthat, knitr, rmarkdown VignetteBuilder: knitr URL: https://paulnorthrop.github.io/anscombiser/, https://github.com/paulnorthrop/anscombiser BugReports: https://github.com/paulnorthrop/anscombiser/issues Config/testthat/edition: 3 Repository: https://paulnorthrop.r-universe.dev Date/Publication: 2026-01-02 16:10:53 UTC RemoteUrl: https://github.com/paulnorthrop/anscombiser RemoteRef: HEAD RemoteSha: b7ae35ce5da669c9ba0e3a7ad02dd3f55eb6f3fa NeedsCompilation: no Packaged: 2026-06-01 10:11:53 UTC; root Author: Paul J. Northrop [aut, cre, cph] Maintainer: Paul J. Northrop