Publications by Anthony Josue Roman
Data607 Assignment 4: Tidying and Transforming Data
This assignment will use the following packages: library(readr) library(RCurl) library(stringr) library(dplyr) library(tidyr) library(tidyverse) library(ggplot2) library(knitr) library(kableExtra) General Overview The goal of this assignment is to utilize untidy airport data that were on time or delayed from 5 different locations (cities)...
2793 sym R (6245 sym/19 pcs) 2 img
Data607 - Project 1: Chess Tournament Results
This project will use the following packages: library(readr) library(stringr) library(dplyr) library(tidyr) library(tidyverse) General Overview This file will be available on my GitHub Page. This project will primarily focus on manipulating a dataset from a .txt file named tournamentinfo.txt. This rmd file will create a .csv file after ana...
2380 sym R (3753 sym/13 pcs)
Data607 - Global Baseline Estimates
This assignment will use the following packages: library(readr) library(dplyr) library(tidyr) library(tidyverse) library(ggplot2) library(knitr) library(kableExtra) General Overview This assignment for extra credit will utilize the data from Assignment 2 from my GitHub page. This assignment will also be available on my GitHub Repo. The pur...
3311 sym R (3611 sym/9 pcs) 4 tbl
Data607 - Week 3 Assignment
This assignment will use the following packages: library(readr) library(stringr) library(dplyr) library(tidyr) library(tidyverse) library(ggplot2) Question 1 Utilizing the 173 majors listed on fivethirtyeight. The link to the dataset is within this github link here, which will also be uploaded onto my github page. Using the following data ...
1882 sym R (3050 sym/24 pcs)
Data 607 - SQL and R
The following libraries listed will be utilized: library(readr) library(dplyr) library(randomNames) library(DBI) library(dbplyr) library(RMySQL) library(tidyr) library(tidyverse) library(ggplot2) General Overview This assignment will utilize SQL and R. The files will be accessible from my github page which will be here. Generating Movie ...
2282 sym R (6961 sym/21 pcs) 1 img
Data 607 - Assignment 1: Basic Loading and Transformation
The following libraries are required: library(ggplot2) library(mosaic) library(dplyr) library(mosaicData) library(tidyr) library(tidyverse) library(ggiraphExtra) library(sf) library(knitr) library(patchwork) library(scales) General Overview 2022 Election Forecast in the United States The 2022 Elections, or midterm elections play a pivot...
6086 sym R (6857 sym/12 pcs) 4 img