Publications by Janine Medina

Week 5 PSY 211 Lab Assignment

28.10.2022

Codebook We have a lot of columns, here’s what they are: PARTY: Political Party demFav: Average favorability towards Democrats repFav: Average favorability towards Republicans Q2A_A: Donald Trump, R Q2A_B: Bill Weld, R Q2A_C: Nancy Pelosi, D Q2A_D: Alexandria Ocasio-Cortez, D Q2A_E: Mitch McConnell, R Q2A_F: Barack Obama, D Q2B_A: Joe Biden, D ...

8848 sym R (8187 sym/52 pcs) 4 img

PROBSET3

01.11.2022

library(knitr) library(readxl) MyData <- read.csv("~/Documents/Fall 2022/PSY 211/2014-2022 ONLY.csv") #setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.5 ## �...

767 sym R (7852 sym/46 pcs) 2 img

Problem 3

03.11.2022

library(knitr) library(readxl) MyData <- read.csv("~/Documents/Fall 2022/PSY 211/2014-2022 ONLY.csv") #setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.5 ## �...

767 sym R (7852 sym/46 pcs) 2 img

AP_Problem Set 3

04.11.2022

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within t...

488 sym R (219923 sym/79 pcs) 2 img

PROB SET Final 3

04.11.2022

library(readxl) MyData <- read.csv("~/Documents/Fall 2022/PSY 211/2014-2022 ONLY.csv") #setup library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ ggplot2 3.3.6 ✔ purrr 0.3.5 ## ✔ tibble 3.1.8...

868 sym R (8727 sym/53 pcs) 1 img

ANOVA Lab RMarkdown

16.11.2022

#Setup Make sure you check which packages you haven’t installed and do that first Also, don’t forget to set your working directory library(ggplot2) library(ggpubr) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3....

4410 sym R (9467 sym/49 pcs) 6 img

PROB SET #4

17.11.2022

#Setup library(ggplot2) library(ggpubr) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidyr 1.2.1 ✔ stringr 1.4.1 ## ✔ readr 2.1.2 ✔...

197 sym R (7298 sym/49 pcs) 1 img

V5 Prob SET 4

20.11.2022

#Setup library(ggplot2) library(ggpubr) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidyr 1.2.1 ✔ stringr 1.4.1 ## ✔ readr 2.1.2 ✔...

307 sym R (4678 sym/34 pcs) 1 img

AP_Problem Set 4

20.11.2022

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within t...

439 sym R (70781 sym/31 pcs) 1 img

PSY 211 Prob Set #4 v 4

20.11.2022

#Setup library(ggplot2) library(ggpubr) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ## ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ## ✔ tidyr 1.2.1 ✔ stringr 1.4.1 ## ✔ readr 2.1.2 ✔...

307 sym R (4867 sym/34 pcs) 1 img