Publications by Carlisle Ferguson

Bridge Class - Homework 1

19.12.2020

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within t...

442 sym R (448 sym/5 pcs)

Bridge Class - Homework 2

09.01.2021

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within t...

612 sym R (5453 sym/27 pcs)

R Bridge Class Final Project

16.01.2021

Dengue fever is a mosquito-borne illness typically found in tropical and subtropical regions. The dengue fever data set contains humidity, temperature, and tree cover data for 2000 administrative regions, as well as whether or not that region had dengue fever cases between the years 1961 and 1990. For this project, I will explore the geographic p...

1742 sym R (6465 sym/28 pcs) 5 img

607 Homework One

05.02.2021

Introduction If you remember being a kid on Halloween, you’ll remember that fun-sized candy was a staple at most houses. But, what makes for the best candy? FiveThirtyEight’s The Ultimate Halloween Candy Power Ranking seeks to determine the best candy as well as determine the driving factors behind each fun-sized bar’s popularity. library(t...

1480 sym R (4211 sym/12 pcs) 2 img

607 Homework 3

20.02.2021

library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.3 v purrr 0.3.4 ## v tibble 3.0.6 v dplyr 1.0.3 ## v tidyr 1.1.2 v stringr 1.4.0 ## v readr 1.4.0 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse_conflicts() -- #...

1948 sym R (3889 sym/28 pcs)

607 Homework 2

13.02.2021

Introduction For Homework 2, I distributed a movie ranking Google Form to a group of friends, and uploaded the survey results to a SQL database. The data was then downloaded to R where I performed several transformations and visualizations. Data Collection A movie ranking survey created in Google forms was distributed to a population of students...

2953 sym R (2426 sym/17 pcs) 1 img 3 tbl

607 Project One

26.02.2021

Project Objective Read in the given text file on chess rankings, and output a clean .csv file Libraries library(tidyr) library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.3 v dplyr 1.0.3 ## v tibble 3.0.6 v stringr 1.4.0 ## v readr 1.4.0 v forcats 0.5.1 ## v...

2239 sym R (21318 sym/42 pcs) 10 tbl

607 Homework 7

20.03.2021

Introduction The purpose of this assignment is to gain familiarity working with HTML, XML, and JSON formats in R. Information on books was stored in each of the three formats, loaded into R, and the resulting data frames were compared. library(rjson) library(xml2) library(methods) library(tidyr) library(rvest) ## Warning: package 'rvest' was ...

1795 sym R (2232 sym/11 pcs)

607 Project Two

13.03.2021

Introduction The goal of this project is to practice preparing different data sets for downstream analysis work. I chose to analyze the following datasets: * Bureau of Labor Statistics data on occupations, link * National Weather Service monthly summarized weather data, link * Five Thirty Eight data on Americans’ steak preferences, link library...

4559 sym R (10205 sym/43 pcs) 4 img 21 tbl

607 Homework 5

06.03.2021

Introduction The purpose of this assignment is to create a wide dataset and practice tidying and transforming the dataset using the tidyr and dplyr libraries. library(RMySQL) ## Loading required package: DBI library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.3 v purrr 0.3....

777 sym R (2993 sym/21 pcs) 2 img 4 tbl