Datasaurus Dozen data

knitr::opts_chunk$set(echo = TRUE)

Note: The descriptions has been taken from R.

Description

A dataset demonstrating the utility of visualization. These 13 datasets are equal in standard measures: mean, standard deviation, and Pearson's correlation.

Usage

library("datasauRus")
head(datasaurus_dozen)

Format

A data frame with 1846 rows and 3 variables:

Variable | Meaning -------------|----------------------------------------------------------------------------------------- dataset | indicates which dataset the data are from x | x-values y | y-values

library("lattice")
xyplot(y~x|dataset, data=datasaurus_dozen, pch=19, cex=0.5)

Source



Try the rmdwc package in your browser

Any scripts or data that you put into this service are public.

rmdwc documentation built on Nov. 13, 2022, 1:07 a.m.