Publications by Coco Donovan
What Is The State of Food Security and Nutrition in the US?
Necessary Packages: library(readxl) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(ggplot2) ## Warning: package 'ggplot2' was built under R version 4.3.1 ...
671 sym R (15593 sym/35 pcs) 7 img
Data 621 - Blog 3
Introduction: For some context, I am a huge Women’s Basketball fan. I grew up in Connecticut, my mom played Division III basketball, and as a result, I went to many UConn Women’s Basketball games as a child. I now live in San Francisco, and when I am back on the East Coast during the NCAA Women’s Basketball Season, I make a point to attend a ...
6354 sym R (25840 sym/37 pcs) 27 img
What is the Effect of The Earth's Temperature on Cyclonic Storms
Packages: library(readr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(ggplot2) ## Warning: package 'ggplot2' was built under R version 4.3.1 Data: Sourc...
1005 sym R (5987 sym/29 pcs) 11 img
Salaries for Data Roles Across the United States
Loading Necessary Packages: library(readr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(stringr) library(ggplot2) ## Warning: package 'ggplot2' was built...
759 sym R (14650 sym/37 pcs) 11 img
ZSFG Flu and Pneumovax Audit
Instructions: Graph the data to show compliance by unit, analyze your findings, and provide recommendations for improvement. (Important context: Target Compliance = 90%) Key: Y = Yes N = No NA = Not Applicable Loading Packages library(readr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats'...
815 sym R (14678 sym/40 pcs) 5 img
Data 621 - Blog 1
For my first blog post for Data 621, I will be showcasing an example of how to use a Simple Multiple Regression using salary data that I sourced from Kaggle. Loading Necessary Packages: First, I will load the packages that I will be using for the purposes of loading my data and running diagnostic plots for my Simple Multiple Regression model. libr...
9484 sym R (3250 sym/13 pcs) 1 img
Has the FED been able to fulfill the mandate given to it by Congress?
Intro: Congress has tasked the Federal Reserve with the responsibility of managing inflation and ensuring low levels of unemployment. These two objectives seem to be at odds with one another. This analysis will look at the the economic indicators from the past 25 years in an effort to answer the question: “Has the FED been able to fulfill the man...
12455 sym R (12556 sym/51 pcs) 7 img
Has the FED been able to fulfill the mandate given to it by Congress?
Intro: Congress has tasked the Federal Reserve with the responsibility of managing inflation and ensuring low levels of unemployment. These two objectives seem to be at odds with one another. This analysis will look at the the economic indicators from the past 25 years in an effort to answer the question: “Has the FED been able to fulfill the man...
11975 sym R (12555 sym/51 pcs) 7 img
Data 605 Final
Computational Mathematics \(\\\) \(\\\) Your final is due by the end of the last week of class. You should post your solutions to your GitHub account or RPubs. You are also expected to make a short presentation via YouTube and post that recording to the board. This project will show off your ability to understand the elements of the class. Problem...
6941 sym R (11368 sym/76 pcs) 11 img 1 tbl
Data 605 HW 12
Loading Data who <- read.csv('https://raw.githubusercontent.com/cocodono/Data605HW12/main/who.csv') library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union 1. Provide a s...
5878 sym R (4700 sym/28 pcs) 8 img