knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This repository provides the reproducible research materials for our project that investigates the characteristics of dogs, owners, and their interaction that predict dog training success. This includes the following:
If you use any of these materials, please cite:
Stevens, J. R., Wolff, L. M., Bosworth, M., & Morstad, J. (2021). Dog and owner characteristics predict training success. Animal Cognition, 24(2) 219–230 https://doi.org/10.1007/s10071-020-01458-0.
We collected survey, behavioral, and hormonal data from 99 dog/owner pairs from the Prairie Skies Dog Training Canine Good Citizen classes from Jan 2018 − Oct 2019. We generated three data files: one for the primary survey, behavioral, and hormonal measures for each dog/owner pair, one with the survey item responses for calculating internal consistency reliability, and one with the behavioral data scores for calculating inter-rater reliability. For the primary analysis data file, each row represents all of a single participant's responses. For the survey item data file, each row represents a participant's responses to a particular survey. For the behavioral task data, each row represents a dog's responses for a single session.
All materials presented here are released under the Creative Commons Attribution 4.0 International Public License (CC BY 4.0). You are free to:
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
stevens_etal_data1.csv
(primary behavioral, cognitive, and cortisol data set)
stevens_etal_data2.csv
(item-specific data for calculating internal consistency reliability)
stevens_etal_data3.csv
(behavioral (sit/down) data for calculating inter-rater reliability)
stevens_etal_2021_rcode.R
- code for running computations and generating figures
stevens_etal_2021.Rmd
- R Markdown document with R code embedded for main manuscript
stevens_etal_2021_SM.Rmd
- R Markdown document with R code embedded for supplementary materials
To reproduce these results, first clone the repository. Then, open stevens_etal_2021_rcode.R
and ensure that all packages mentioned at the top of the script are installed. Once all packages are installed, run the script in R using source("stevens_etal_2021_rcode.R")
.
Once the script runs without errors, you can compile the R Markdown document stevens_etal_2021.Rmd.
Open this file in RStudio and ensure that you have packages {knitr} and {rmarkdown} installed. Once installed, use knitr to compile the document (control-shift-k). Use the same process to compile stevens_etal_2021_SM.Rmd
.
The following table is necessary for this dataset to be indexed by search engines such as Google Dataset Search.
property | value | ||||||
---|---|---|---|---|---|---|---|
name | Dog and owner characteristics predict training success dataset |
||||||
description | The dataset from the paper Dog and owner characteristics predict training success. We collected survey, behavioral, and hormonal data from 99 dog/owner pairs from the Prairie Skies Dog Training Canine Good Citizen classes from Jan 2018 − Oct 2019. We generated three data files: one for the primary survey, behavioral, and hormonal measures for each dog/owner pair, one with the survey item responses for calculating internal consistency reliability, and one with the behavioral data scores for calculating inter-rater reliability. For the primary analysis data file, each row represents all of a single participant's responses. For the survey item data file, each row represents a participant's responses to a particular survey. For the behavioral task data, each row represents a dog's responses for a single session. |
||||||
url | https://github.com/unl-cchil/dogobedience2021 |
||||||
sameAs | https://github.com/unl-cchil/dogobedience2021 |
||||||
citation | https://doi.org/10.1007/s10071-020-01458-0 |
||||||
license |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.