Publications by Jess Laudie, Julia Burek, Kara Koopman, Ruth Efrem
DS3001FinalProject
Question and Background Taylor Swift is an American pop and country music singer-songwriter. She is one of the most successful and well-known artists today. Taylor’s self-titled debut album was released in 2006 and she has since released 8 other albums as well as the re-recordings of two albums, Red and Fearless. She has also released numerous ...
13071 sym R (16945 sym/28 pcs) 9 img
Assignment 12
1 Part 1 library(foreign) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.4 ✓ dplyr 1.0.7 ## ✓ tidyr 1.1.3 ✓ stringr 1.4.0 ## ...
578 sym R (4880 sym/26 pcs) 2 img
knitr_lab
The article can be found here. Date Published: August 27, 2021 Summary of Article During the COVID-19 pandemic, allocating limited supplies has been a real challenge, especially in underserved, minority communities that have been affected disproportionately by COVID-19. Stanford researchers helped public health officials in Santa Clara County by...
7596 sym R (440 sym/2 pcs) 1 img
Text Mining Lab
library(tidyverse) library(tidytext) library(ggwordcloud) library(gutenbergr) library(textdata) 1 Reading in Text for Different Regions # Read in Text for Articles from Southern Region (Julia) south <- read_lines("~/Desktop/DS3001/DS 3001/07_text_mining/southern_region") south <- tibble(south) south$south <- as.character(south$south) south <- s...
1976 sym R (6549 sym/23 pcs) 7 img
Text Mining Lab
library(tidyverse) library(tidytext) library(ggwordcloud) library(gutenbergr) library(textdata) 1 Reading in Text for Different Regions # Read in Text for Articles from Southern Region (Julia) south <- read_lines("~/Desktop/DS3001/DS 3001/07_text_mining/southern_region") south <- tibble(south) south$south <- as.character(south$south) south <- s...
2334 sym R (6549 sym/23 pcs) 7 img
Assignment 11
Due Date: 11:59pm, Oct 25 Part 1 Part 1: Results library(tidyverse) library(tidyr) # load tidyr package library(plotly) # load plotly package data(EuStockMarkets) # load EuStockMarkets dat <- as.data.frame(EuStockMarkets) # coerce it to a data frame dat$time <- time(EuStockMarkets) # add `time` variable longdat <- gather(dat, key = 'stock', va...
1745 sym R (1051 sym/4 pcs)
Midterm3003
Article The article can be found here. Title: “Where it Pays to Attend College” Why I Chose This Article The main reason I chose this article and data to explore is because of its relevancy to me as a student. The University of Virginia has consistently been ranked one of the top public schools in the nation as well as consistently ranked hi...
6529 sym R (3579 sym/16 pcs) 1 img 2 tbl