Giter Club home page Giter Club logo

equine's Introduction

Equine Death and Breakdown in New York State

Reproducible Research Project Using R & R Markdown

Nick Hepler, University at Albany, College of Engineering and Applied Sciences

Objectives

This project examines summary statistics concerning Equine Death and Breakdown data obtained from the New York State Gaming Commission. The data contains information on every horse that has broken down, died, sustained a serious injury, or been involved in an incident at a track in New York State since 2009.

The objective of the author was to utilize the R language and environment for statistical computing and graphics to create a reproducible research project. The project employed Hadley Wickham's tidyverse collection of R packages and principles as outlined in the R for Data Science book. The project performs the following steps with the data:

  1. Import
  2. Tidy
  3. Tranform
  4. Visualize

The final report was written using R Markdown from RStudio.

Results Reproduction

The intention of this research project is to be reproducible. Reproducible research is the idea that data analyses, and more generally, scientific claims, are published with their data and software code so that others may verify and building upon the findings.

Source the download_data.R file in one of the following manners:

  • From the R command line type: source("download_data.R")
  • From the Linux/Mac terminal type: R CMD BATCH download_data.R from your R working director.

Technical Specifications

Raw Data

The following resources concerning the raw data are provided through the New York State Open Data website:

Project Architecture

This project utilized a modified version of the ProjectTemplate package architecture available in R.

Required Packages & Versions

The following version of R was used along with the following packages. These are required to complete the analysis. The version information for these packages is included as of the time of final review.

Coding Standards

The Google's R Style Guide provides the foundation for the coding standards utilized in the R source files.

License

alt text

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

equine's People

Stargazers

 avatar

Watchers

 avatar

equine's Issues

Error loading tidyr in 02-tidy_data_tidyv.R

Get the following error attempting to load reshape2 in 02-tidy_data_tidyv.R file:

Error in FUN(X[[i]], ...) : 
cannot open file '~/R/x86_64-pc-linux-gnu-library/3.3/tidyr/data/Rdata.rdb': No such file or directory

Version 0.0.7; line 72

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.