library(kableExtra)
library(papaja)
library(here)
source(here("R/stevens_etal_2021_rcode.R"))

\renewcommand{\thetable}{S\arabic{table}} \setcounter{table}{0} \renewcommand{\thefigure}{S\arabic{figure}} \setcounter{figure}{0} \newpage

Surveys (in the order experienced by participants)

Dog demographics

Training

Dog feeding and exercise

Dog behavior questions [@Bennett.Rohlf.2007]

How frequently does your dog engage in the following behaviors? [1-7 scale with 1=Never, 4=Sometimes, 7=Always]

Disobedient subscale

Aggressive subscale

Nervous subscale

Destructive subscale

Excitable subscale

Dog obedience and problem behaviors [@Hiby.etal.2004]

Rate your dog’s obedience on a scale of 1-5 (5 being the most obedient) for the following:

Indicate whether your dog has shown the following currently, in the past, or never.

Dog Impulsivity Assessment Scale [@Wright.etal.2011]

Indicate whether you agree or disagree to the following statements about your dog: [Strongly agree, Mainly agree, Partly agree/partly disagree, Mainly disagree, Strongly disagree, Don't know/not applicable]

Behavioral regulation subscale

Aggression subscale

Responsiveness subscale

Monash Dog Owner Relationship Scale (Dwyer et al., 2006)

Indicate how often the following activities occur: [Multiple times a day, Once a day, Two-three times per week, Once per week, Once per month, Once per year, Never]

Time with dog

Owner personality [@Gosling.etal.2003]

I see myself as: [1-5 scale with 1=Disagree strongly, 3=Neutral, 5=Agree strongly]

Life Orientation Test Revised [@Scheier.etal.1994]

On a scale of 1-5, indicate if you agree or disagree with the following statements [1-5 scale with 1=Disagree strongly, 3=Neutral, 5=Agree strongly]

Perceived Stress Scale [@Cohen.etal.1983]

In the last month, how often have you: [Never, Almost never, Sometimes, Fairly often, Very often]

Cognitive Reflection Task [@Frederick.2005]

Berlin Numeracy Test [@Cokely.etal.2012]

Owner demographics

\clearpage \newpage \clearpage

apa_table(cgc_glm_apa$table, 
          caption = "Logistic regression table for survey predictors of Canine Good Citizen test", 
          align = c("l", rep("r", 4)),
          placement = "h"
          )

(ref:predictor-hist-cap) Histograms of numeric predictors.

knitr::include_graphics(path = c(here("figures/predictor_histograms.png")))

(ref:cgc-alg-acc-cap) Predictive accuracy of algorithms for Canine Good Citizen training success. Closed circles represent mean proportion of dog's test success predicted correctly by each algorithm. Error bars represent 95% confidence intervals.

knitr::include_graphics(path = c(here("figures/cgc_accuracy_algorithm.png")))

References



unl-cchil/dogobedience2021 documentation built on Dec. 23, 2021, 2:01 p.m.