dog_training | R Documentation |
A dataset from Field, A. P. (2026). Discovering statistics using R and RStudio (2nd ed.). London: Sage.
dog_training
A tibble with 668 rows and 3 variables.
Fictional data about dogs being trained to vocalize whenever they sniff an alien life form. Essentially dogs were trained using food rewards. One each trial they sniffed an alien and if they made a vocalization they were rewarded with food. This data shows how vocalisations change over blocks of these training trials. The tibble contains the following variables:
id: name of the fictional dog. (Fun fact, the names are real pet names randomly selected from the pet registry in Seattle: https://randommer.io/pet-names)
block: the block of trials (each block represents 100 trials, so block 1 is the result of the first 100 trials and 5 is the result of trials 400-500)
vocalizations: the percentage of trials during which the dog vocalised.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.