van_bourg_2020: Van Bourg et al. (2020) data

van_bourg_2020R Documentation

Van Bourg et al. (2020) data

Description

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

Usage

van_bourg_2020

Format

A tibble with 201 rows and 6 variables.

Details

Pet dogs often engage in behaviours helpful to their owners (mine likes to cuddle me when I’ve had a bad day, and in fact when I’ve had a good day, and now I think of it, pretty much any day regardless of how good or bad its been). It’s unclear whether these behaviours are truly prosocial. Can a dog engage in prosocial behaviours that haven’t been explicitly trained? Bourg et al (2020) addressed this question by trapping some dog’s owners in boxes! In the study 60 dogs were tested in three conditions all of which involved being in a room with large restrainer box (a large acrylic box with holes in the side that could be closed by resting a foam board door across its opening). Each dog had three experiences in the room and each time the experimenters were interested in whether the dog would open the restrainer box within 120 seconds. The order of the 3 experiences was counterbalanced so different dogs completed the experiences in different orders.

  • The food condition: food was dropped into the restrainer. This condition was to test whether the dog was capable of moving the foam board door to open the box (to get the food).

  • The distress condition: the dogs' owner was placed in the restrainer and was instructed to call for help in a distressed tone.

  • The reading condition: the dogs' owner was placed in the restrainer and was instructed to read from a magzine at the same pace and in the same tone as in the distress condition.

This data contains a subset of variables from the study, but the full dataset is available in the supplementary materials of the paper \Sexpr[results=rd]{tools:::Rd_expr_doi("https://doi.org/10.1371/journal.pone.0231742.s001")}. The data contains the following variables

  • name: The dog's name

  • dog_id: A unique identifier for each dog

  • condition: Which condition the dog was participating in at the time (distress, food, reading).

  • test_number: A number form 1 to 3 indicating the order in which the particular condition was administered. For example, 2 would indicate that the data relate to the second of the three tests that the dog experienced.

  • latency: The time taken to open the box in seconds. If the dog did not open the box a maximum of 120s was recorded.

  • opened_door: Dis the dog open the restrainer box (1 = yes, 0 = no).

Source

www.discovr.rocks/csv/van_bourg_2020.csv

References

  • Van Bourg, J., Patterson, J. E., & Wynne, C. D. L. (2020). Pet dogs (Canis lupus familiaris) release their trapped and distressed owners: Individual variation and evidence of emotional contagion. PLOS ONE, 15(4), e0231742. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1371/journal.pone.0231742")}


profandyfield/discovr documentation built on May 4, 2024, 4:32 p.m.