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
How frequently does your dog engage in the following behaviors? [1-7 scale with 1=Never, 4=Sometimes, 7=Always]
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.
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]
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]
I see myself as: [1-5 scale with 1=Disagree strongly, 3=Neutral, 5=Agree strongly]
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]
In the last month, how often have you: [Never, Almost never, Sometimes, Fairly often, Very often]
\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")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.