Publications by Amanda Cupit

Multiple Linear Regression HW

24.07.2023

1 Loading Libraries library(psych) # for the describe() command library(car) # for the vif() command ## Loading required package: carData ## ## Attaching package: 'car' ## The following object is masked from 'package:psych': ## ## logit library(sjPlot) # to visualize our results 2 Importing Data # import the dataset you cleaned previously # ...

8000 sym R (4694 sym/35 pcs) 15 img 1 tbl

Simple Regression Lab

18.07.2023

1 Loading Libraries library(psych) # for the describe() command library(broom) # for the augment() command library(ggplot2) # to visualize our results ## ## Attaching package: 'ggplot2' ## The following objects are masked from 'package:psych': ## ## %+%, alpha 2 Importing Data # import the dataset you cleaned previously # this will be the da...

7216 sym R (3958 sym/22 pcs) 9 img

Correlation Co HW

18.07.2023

1 Loading Libraries library(psych) # for the describe() command and the corr.test() command library(apaTables) # to create our correlation table library(kableExtra) # to create our correlation table 2 Importing Data # import the dataset you cleaned previously # this will be the dataset you'll use throughout the rest of the semester # use ARC data ...

2400 sym R (3619 sym/31 pcs) 14 img 1 tbl

Correlation Co Lab

17.07.2023

1 Loading Libraries library(psych) # for the describe() command and the corr.test() command library(apaTables) # to create our correlation table library(kableExtra) # to create our correlation table 2 Importing Data # import the dataset you cleaned previously # this will be the dataset you'll use throughout the rest of the semester # use ARC data ...

2781 sym R (3414 sym/31 pcs) 14 img 1 tbl

T-Test HW

16.07.2023

1 Loading Libraries library(psych) # for the describe() command library(car) # for the leveneTest() command ## Loading required package: carData ## ## Attaching package: 'car' ## The following object is masked from 'package:psych': ## ## logit library(effsize) # for the cohen.d() command ## ## Attaching package: 'effsize' ## The following ob...

3146 sym R (4247 sym/29 pcs) 3 img

T-test Lab

16.07.2023

1 Loading Libraries library(psych) # for the describe() command library(car) # for the leveneTest() command ## Loading required package: carData ## ## Attaching package: 'car' ## The following object is masked from 'package:psych': ## ## logit library(effsize) # for the cohen.d() command ## ## Attaching package: 'effsize' ## The following ob...

3186 sym R (4206 sym/29 pcs) 3 img

HW1

04.07.2023

Data Prep Load Libraries # if you haven't run this code before, you'll need to download the below packages first # instructions on how to do this are included in the video # but as a reminder, you use the packages tab to the right library(tidyverse) # for the map() command ## ── Attaching core tidyverse packages ──────────...

956 sym R (11908 sym/34 pcs) 9 img 1 tbl

First R Code

26.06.2023

Reflection Questions How was the install process? Anything I should know for future students? I had a difficult time downloading R and RStudios I had to speak to UITS and Apple Support. I had to complete three seperate updates on my laptop in order to download the software. I would suggest students with a Macbook to update to MacOS Big Sur, Version...

466 sym