Publications by Hunter B. Sturgill

Final 213

18.06.2023

library(ggplot2) library(interactions) library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.1 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ lubridate 1.9.2 ✔ tibble 3.2.1 ## ✔ purr...

3997 sym R (13567 sym/40 pcs) 4 img

Midterm_2_HR

04.06.2023

#install.packages("interactions") library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.1 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.2 ✔ tibble 3.2.1 ## ✔ lubridate...

4453 sym R (6819 sym/37 pcs) 6 img

Midterm - HR

31.05.2023

library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.1 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.2 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0 ## ...

6863 sym R (6721 sym/38 pcs) 10 img

HR - HW WEEK 8

29.05.2023

Week 8 Lab Activity / Homework ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.1 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.2 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr ...

2229 sym Python (18212 sym/29 pcs)

HR - HW WEEK 7

23.05.2023

Week 7 Lab Activity / Homework ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.1 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.2 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr ...

3341 sym Python (8778 sym/39 pcs)

HR - HW WEEK 6

15.05.2023

## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.1 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.2 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0 ## ✔ purrr 1.0.1...

3392 sym Python (16179 sym/72 pcs) 11 img

Week 5 HW - HR

08.05.2023

Week 5 Homework Questions Question 1 Discrete probability simulation: suppose that a basketball player has a 60% chance of making a shot, and he keeps taking shots until he misses two in a row. Also assume his shots are independent (so that each shot has 60% probability of success, no matter what happened before). (a) Write an R function to simul...

3606 sym 9 img

Week 3 HW - HR

01.05.2023

Aknowledgment: This work was adapted from the Gelman and Hill 2006 Book. Citation: Gelman, A., & Hill, J. (2006). Data analysis using regression and multilevel/hierarchical models. Cambridge university press. # load packages library(ggplot2) library(MASS) library(Matrix) library(lme4) library(tidyverse) # Mike's favorites… ## ── Attaching cor...

8594 sym R (23962 sym/71 pcs) 15 img

Week 4 HW - HR

01.05.2023

Aknowledgment: This work was adapted from the Gelman and Hill 2006 Book. Citation: Gelman, A., & Hill, J. (2006). Data analysis using regression and multilevel/hierarchical models. Cambridge university press. Examples taken from: Gianluca Rossi, 31 October 2015 Question 1 Logarithmic transformation and regression: consider the following regression...

7714 sym R (11825 sym/52 pcs) 7 img

Week 4 Homework - Hailey Rousey

01.05.2023

Aknowledgment: This work was adapted from the Gelman and Hill 2006 Book. Citation: Gelman, A., & Hill, J. (2006). Data analysis using regression and multilevel/hierarchical models. Cambridge university press. Examples taken from: Gianluca Rossi, 31 October 2015 Question 1 Logarithmic transformation and regression: consider the following regression...

7685 sym R (11824 sym/52 pcs) 7 img