Publications by Ariann Chai
607_AssignmentW5
Data 607 - Assignment W5 For this assignment, we had to import some flight data and change the dataframe into a tidy one (using the tidyr library). So first, I started by getting my libraries. library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects ar...
2168 sym R (4748 sym/21 pcs)
607_Project1
Introduction This is the R Markdown document for my 607 project 1. I had to take in txt file (tournamentinfo.txt) of chess tournament data and make a new csv with 5 columns using the info in the txt file: Player’s Name Player’s State Total Number of Points Player’s Pre-Rating Average Pre Chess Rating of Opponents In order to accomplish ...
3480 sym R (34739 sym/22 pcs)
607_Assignment3
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 the...
2202 sym R (22897 sym/25 pcs)
607_Assignment1
Overview The article and dataset I choose was 2019 Womens’ World Cup Predictions (https://projects.fivethirtyeight.com/2019-womens-world-cup-predictions/). This article was used to predict the outcome of the 2019 Womens’ World Cup and to record the results of the tournament. There was 2 datasets included in this article: wwc_matches and wwc_for...
1647 sym