Publications by Mary Glantz

Project 2 -- UFO Sightings --- version 2

18.08.2020

Context This dataset contains over 80,000 reports of UFO sightings over the last century. Content This dataset includes 80,332 rows and 11 columns. The columns represent the date/time of the sighting, the location (city, state and country) of the sighting, the shape of the object, the duration (in hours/minutes/seconds) of the sighting, comments...

8944 sym R (8464 sym/40 pcs) 22 img

Project 2 -- UFO Sightings

12.08.2020

Context This dataset contains over 80,000 reports of UFO sightings over the last century. Content There are two versions of this dataset: scrubbed and complete. The complete data includes entries where the location of the sighting was not found or blank (0.8146%) or have an erroneous or blank time (8.0237%). Since the reports date back to the 20...

8404 sym R (18885 sym/59 pcs) 9 img

Project 1

11.08.2020

Context This dataset contains over 80,000 reports of UFO sightings over the last century. Content There are two versions of this dataset: scrubbed and complete. The complete data includes entries where the location of the sighting was not found or blank (0.8146%) or have an erroneous or blank time (8.0237%). Since the reports date back to the 20...

7545 sym R (17014 sym/53 pcs) 5 img

DATA 110 Week 1 R HW

04.09.2020

mm.counts <- c(12,6,8,10,6,7) names(mm.counts) <- c("blue","brown","green","orange", "red","yellow") mm.colors <- c("blue","brown","green","orange","red","yellow") # creates a vector of the palette of colors to be used in the bar chart (that match the m & m colors) barplot(mm.counts,col=mm.colors) ...

6 sym R (298 sym/1 pcs) 1 img

DATA 110 Class Notes week 5

01.10.2020

Treemaps Heatmaps Streamgraphs and Alluvials Rachel Saidi 9/22/2020 Treemaps Use Nathan Yau’s dataset from the flowingdata website: http://datasets.flowingdata.com/post-data.txt You will need the package “treemap” and the package “RColorBrewer”. library(treemap) library(tidyverse) ## ── Attaching packages ────────...

4100 sym R (16376 sym/25 pcs) 4 img

Nations DataSet DATA 110 HW

16.10.2020

Load the tidyverse library library(tidyverse) ## ── Attaching packages ───────────────────────────────────────────────────────────────────────────────────────── tidyv...

670 sym R (4539 sym/22 pcs)

Project 1--DATA 110 Fall 2020

12.10.2020

Police Response to Resistance in Dallas, 2019 Race and Sex as Factors Mary Glantz Data 110 October 12, 2020 Getting and Cleaning the Data First, import the libraries necessary for the project. Then import the dataset on police response to resistance in Dallas in 2019. library(tidyverse) ## ── Attaching packages ────────�...

8979 sym R (19866 sym/37 pcs) 15 img

Homework for DATA 110--plotting NYC Flights data

02.10.2020

NYC Flights Homework Load the libraries and view the “flights” dataset library(tidyverse) ## ── Attaching packages ──────────────────────────────────────────────────────────────────────────�...

1049 sym R (10115 sym/33 pcs) 1 img

Homework Week 2 Data 110

14.09.2020

Load in the Dataset Because airquality is a pre-built dataset, we can write it to our data directory to store it for later use. library(tidyverse) ## ── Attaching packages ─────────────────────────────────────────────────────────�...

1610 sym R (3823 sym/28 pcs) 5 img

Class notes for Week 4 DATA 110

24.09.2020

library(tidyverse) ## ── Attaching packages ────────────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.2 ✓ purrr 0.3.4 ## ✓ tibble 3.0.3 ✓ dplyr 1.0.0 ## ✓ tidyr 1.1.0 ✓ stringr 1.4.0 ## ✓ re...

241 sym R (106272 sym/41 pcs)