Publications by Heidi Hartje
Project 3
By: Heidi Hartje and Sophie Beddingfield Working thesis relates unemployement to low local funding and low local funding to decreased proficiency scores (and higher funding with higher proficiency) Load assessment data library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────...
358 sym R (13296 sym/26 pcs) 9 img
HW10 - 426
https://rpubs.com/hrh00009/HW10 Part 1: Data Source 1. https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/42MVDX - Years, parties, candidate votes, total votes - This dataset has basic historical data explaining how many people voted for each candidate each year. 2. https://www.rural.pa.gov/data/county-profiles.cfm - (stil...
6429 sym Python (1310 sym/8 pcs)
Project 2
Current popular vote polls can help us predict swing states # pollsters - dem vs rep per state ggplot(poll_list) + aes(x = state_abb, y = percent, fill = party) + geom_col() + scale_fill_hue(direction = 1) + theme_minimal() # ***Fix to make it just for the swing states*** ggplot(X1976_2020_president) + aes( x = party_simplified, ...
251 sym 2 img
HW08 - 426
Online Link https://rpubs.com/hrh00009/HW08 Bio My name is Heidi Hartje. I am 21 years old. I grew up Frederick, Maryland. I am a senior at West Virginia University and I am studying accounting and data analytics. Career Goals Tax Consultant Expected starting salary: $70,000 Potential employer: Andersen Pro: High demand Con: Seasonal pressure ...
860 sym 1 img
Project 1
Updated by HRH 10/01/24 Austin Bergstrom AP, TX US is the best location for an amusement park. Out of the 12 months Austin, TX had the more “nice days” than any other location. (Nice days are defined by temperature being between the range of 60 - 80 degrees F) Comparing actual tmax versus predicted tmax shows us the margin for error on any g...
1055 sym 2 img
SP_Data
This is an R Markdown Notebook. When you execute code within the notebook, the results appear beneath the code. Try executing this chunk by clicking the Run button within the chunk or by placing your cursor inside it and pressing Cmd+Shift+Enter. plot(cars) Add a new chunk by clicking the Insert Chunk button on the toolbar or by pressing Cmd+Option...
1904 sym
Document
Updated by HRH 9/20/24 The goal of this project is to… I used data from … It shows … The limitations of this project are… Dataset Describe major features of the dataset you use. Mention any data problem, give the source and date, and list any problems. Create a chart showing the coverage of the data. Analysis Show a chart of the average G...
3508 sym 1 img
Document
CarMax ROI Problem Honda CRV Thesis The total cost of ownership for buying a new Honda CRV is lower than buying a 2-year old car from CarMax. The new car was $40,242, and the two-year car was $33,370. The difference is the result of the older car being 2/3rds the initial purchase cost. The older car’s higher maintenance balances the higher inte...
693 sym 3 img