cat_dance {discovr} | R Documentation |
Dancing cats data
Description
A dataset from Field, A. P. (2026). Discovering statistics using R and RStudio (2nd ed.). London: Sage.
Usage
cat_dance
Format
A tibble with 200 rows and 2 variables.
Details
Fictional data about dancing cats. A researcher was interested in whether animals could be trained to dance. He took 200 cats and tried to train them to line-dance by giving them either food or affection as a reward for dance-like behaviour. At the end of the week he counted how many animals could line-dance and how many could not. The object contains the following variables:
-
reward: factor describing whether the cat was trained using food of affection as a reward
-
dance: factor describing whether the cat danced or not
Source
www.discovr.rocks/csv/cat_dance.csv
[Package discovr version 0.2.2 Index]