Publications by Eden Kalyanapu

Assignment 1

28.10.2020

This assignment is not really a coding assignment. The purpose is mostly to get you used to creating reports in R as you’ll need to do this for future assignments. We will cover reporting in more depth later in the course. Instructions In the YAML header, change the author name to your name. (10 points) In the code chunk below, on line 29, ad...

830 sym R (369 sym/2 pcs)

Assignment 4

22.11.2020

Problem The purpose of assignment 4 is to replicate a horizontal bar chart which shows the average alcohol consumption per capita (for those 15 and older), by beverage type for four countries: the USA, Seychelles, Iceland, and Greece. Data Importing Data The data for the horizontal bar chart will be drawn from the fivethirtyeight package. The u...

669 sym R (900 sym/4 pcs) 1 img

Assignment 3

20.11.2020

Introduction Background Cornelia Thurza “Fly Rod” Crosby is a junior at Forest Hills Consolidated High School in Jackman, Maine. She is thinking about college applications and, since it has been an especially cold winter in Jackman, she has decided she wants to go to school in the Southeastern United States. Problem Cornelia is a good stude...

5536 sym R (3574 sym/8 pcs)

Eden Kalyanapu Assignment 2

13.11.2020

Instructions Refer to the detailed instructions for this assignment in Brightspace. Data Import Don’t alter the three code chunks in this section. First we read in the two data sets and deleting missing values. #install.packages('readr') library(tidyverse) fluoride <- read_csv("http://jamessuleiman.com/teaching/datasets/fluoride.csv") fluoride...

1936 sym R (9509 sym/41 pcs) 4 img

Assignment 5

02.12.2020

Introduction This report will be looking at the connection between the average healthy life years and the average household savings rate for countries in the EU. Data Procuring Data Both data sets used in this project were obtained from eurostat. The data on healthy life years can be found here and the data on gross household savings rate can b...

2534 sym R (1108 sym/6 pcs) 3 img

Assignment 6

10.12.2020

Introduction I run a small pottery studio out of my home as a side business to my day job at UMaine. While I mainly sell to shops and at craft fairs throughout New England, I have occasionally sold a few pieces on Etsy too. With COVID-19 canceling all my fairs this year, I have considered ramping up my Etsy presence. While doing some research and...

3935 sym R (2915 sym/6 pcs) 2 img 1 tbl