dog_training: Dog training data

dog_trainingR Documentation

Dog training data

Description

A dataset from Field, A. P. (2026). Discovering statistics using R and RStudio (2nd ed.). London: Sage.

Usage

dog_training

Format

A tibble with 668 rows and 3 variables.

Details

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.

Source

www.discovr.rocks/csv/dog_training.csv


discovr documentation built on June 8, 2025, 10:06 a.m.