Publications by Emma Fields

Final project

25.11.2024

data_inst <- read.csv("C:\\Users\\etfie\\OneDrive\\Data Visualization\\data_institution.csv") data_wide <- read.csv("C:\\Users\\etfie\\OneDrive\\Data Visualization\\data_wide.csv") data_long <- read.csv("C:\\Users\\etfie\\OneDrive\\Data Visualization\\data_long.csv") data_pre <- read.csv("C:\\Users\\etfie\\OneDrive\\Data Visualization\\data_pre....

598 sym R (7453 sym/20 pcs) 7 img

Exam 1 Retry

01.10.2024

Instructions: This exam is open note, though you will want to use a cheat sheet to answer the following questions efficiently. The data provided includes the estimated and actual costs of large road construction projects managed by the US Department of Transportation (DoT) in 2013. Note, that the numbers provided in this spreadsheet are in thou...

2595 sym R (3831 sym/24 pcs) 2 img

Exam 1

30.09.2024

Instructions: This exam is open note, though you will want to use a cheat sheet to answer the following questions efficiently. The data provided includes the estimated and actual costs of large road construction projects managed by the US Department of Transportation (DoT) in 2013. Note, that the numbers provided in this spreadsheet are in thou...

1667 sym R (1143 sym/12 pcs)

Assignment 5

29.09.2024

The first step in any comprehensive data analysis is to explore each import variable in turn. Univariate graphs plot the distribution of data from a single variable. The variable can be categorical (e.g., race, sex, political affiliation) or quantitative (e.g., age, weight, income). The Marriage dataset contains the marriage records of 98 indiv...

11449 sym R (16917 sym/90 pcs) 50 img

Assignment 4

19.09.2024

3.1 A worked example The functions in the ggplot2 package build up a graph in layers. We’ll build a complex graph by starting with a simple graph and adding additional elements, one at a time. The example explores the relationship between smoking, obesity, age, and medical costs using data from the Medical Insurance Costs dataset (Appendix A....

8495 sym R (13064 sym/60 pcs) 22 img

Assignment 1

31.08.2024

2 Getting Started 2.3 RStudio layout Play around with R Studio Layout. Go to Tools -> Global Options -> Appearance and Find a Style you like. Which one is it? 2.4 Working Directory #getwd("C:\Users\etfie\OneDrive\Data Visualization\Assignment 1 Template.Rmd") Find the name of your working directory 2.5 Libraries library(ggplot2) 3 Some first...

3274 sym R (6033 sym/32 pcs) 5 img