Publications by By Andrew Helbig
Practice exam
#The purpose is to investigate data breaches in the US Department of Health and Human Services (HHS) in the Office for Civil Rights #We can analysis the cases that have been completed in by these two departments and also look at the cases that are ongoing #The data used is The company that committed a breach, what type of enitity or industry the ...
5546 sym R (2233 sym/16 pcs) 5 img 5 tbl
Assignment 6
--- title: "Assignment 6" author: "By Andrew Helbig" date: "5/13/2020" output: html_document --- ##R packages library(tidyverse) library(dbplyr) #A 'dplyr' back end for databases that allows you to work with remote database tables as if they are in-memory data frames. Basic features works with any database that has a 'DBI' back end; more ...
4777 sym R (3041 sym/5 pcs) 1 img 4 tbl
Assignment 5
#Packages #Data ### Data was pulled from most recent 200 tweets that mentioned the Buffalo Bills that were not retweets. Note for Miami Dolphins data.The Dolphins were mentioned so many times today that there offical twitter tweets were not in the lastest 200 BuffaloBills_Tweets <- read_csv("https://myxavier-my.sharepoint.com/:x:/g/personal/helbi...
3159 sym R (2198 sym/5 pcs) 6 img
Cincinnati Politics
library(tidyverse) ## ── Attaching packages ────────────────────────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.2.1 ✓ purrr 0.3.3 ## ✓ tibble 2.1.3 ✓ dplyr 0.8.4 ## ✓ tidyr 1...
935 sym R (3120686 sym/22 pcs) 3 img
496 class Ceo Salaries by John, Andrew, Eric
library(tidyverse) ## ── Attaching packages ────────────────────────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.2.1 ✓ purrr 0.3.3 ## ✓ tibble 2.1.3 ✓ dplyr 0.8.4 ## ✓ tidyr 1...
1274 sym R (18005 sym/30 pcs) 6 img
Universities Comparisons- Exam1
The purpose of this document #This Document is a record of College and Universities in the United States and evaluating financial aid for students based on what university the student goes too. The we will compare post secondary education option in Ohio to other schools regionally and nationally #The data comes from the Department of Education’...
12515 sym R (6764 sym/11 pcs) 11 img 6 tbl