Publications by ACF

Sumo wrestler analysis in progress

02.12.2021

library(readr) banzuke <- read_csv("banzuke.csv") ## Rows: 170406 Columns: 12 ## -- Column specification -------------------------------------------------------- ## Delimiter: "," ## chr (6): rank, wrestler, training_qtrs, birthplace, birthdate, prev ## dbl (6): tournament, id, height_cm, weight_kg, prev_w, prev_l ## ## i Use `spec()` to re...

1861 sym R (2078 sym/23 pcs) 3 img

Sumo observations

02.12.2021

library(readr) banzuke <- read_csv("banzuke.csv") ## Rows: 170406 Columns: 12 ## -- Column specification -------------------------------------------------------- ## Delimiter: "," ## chr (6): rank, wrestler, training_qtrs, birthplace, birthdate, prev ## dbl (6): tournament, id, height_cm, weight_kg, prev_w, prev_l ## ## i Use `spec()` to re...

644 sym R (1721 sym/19 pcs) 3 img

HW#3 A Look at Railroad Employees

13.10.2021

The first thing I need to do is read in the data. I am going to look at the data set about the number of railroad employees per US county.I use the read_csv and view commands. The view function will open a new tab with the table in R Studio; it will also provide some information within R Markdown. Specifically, it tells us that in this dataset th...

4089 sym R (4595 sym/19 pcs)

Homework #3 2.0

20.10.2021

I’ll be looking at a dataset about the number of railroad employees per US county and using some basic data wrangling functions to extract and arrange information. After reading in the file, we can use the view function, which opens a new tab with the table in R Studionand also also provides some information within R Markdown. Specifically, it ...

5127 sym R (5392 sym/23 pcs)

Railroad dataset observations 3.0

13.11.2021

I’ll be looking at a dataset about the number of railroad employees per US county and using some basic data wrangling functions to extract and arrange information. After reading in the file, we can use the view function, which opens a new tab with the table in R Studio and also provides some information within R Markdown. Specifically, it tells...

9786 sym R (11099 sym/45 pcs) 2 tbl

HW1 - This is a test

02.02.2022

title: “THE TITLE” description: “SOME DESCRIPTION” author: Amy Franks date: “2022-02-02” output: distill::distill_article 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...

594 sym R (268 sym/2 pcs) 1 img 1 tbl

Homework 1

02.02.2022

DACSS 601 Fall 2021 About Syllabus Students ☰ Hello First post Amy Franks 2022-02-02 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 ...

1117 sym R (614 sym/5 pcs) 3 img