Skip to content

alexanderluiscampino/R-EDA-Wine-Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Statistical Analysis of Wine Datset with R software/Language - Exploratory Data Analysis

In this R markdown a datset is assessed, cleaned and presented. The dataset is about Red Wine characteristics. The file contains more than 1500 observations. The most important characteristics will be shown and conclusions are drawn.

Getting Started

Download the R file and the dataset in .CSV format.

Prerequisites

R Software. Download it

Installing

Download the following files wineReport.rmd and wineList.csv Upload the .rmd file on R software.

The .rmd file contains everything needed to run the code within the R environment and output the desired outcome.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Alexandre Campino

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Udacity Lessons on R Exploratory Data Analysis
  • Everyone on StackFlow and GitHub with answers ready to go to solve coding problems.