Exploratory Data Analysis on White Wine Quality Using r
The purpose of this project was to conduct an exploratory data analysis (EDA) on a set of data for white wine. The set contained various chemical properties of the wine (e.g. pH, alcohol percentage, density etc.) and also an expert-judged quality measure for each wine, on a scale from 1 (poor) to 10 (outstanding). The R programming language was used to conduct the analysis.
-
wineQualityWhites.csv - the raw data containing the 11 chemical property measurements and single quality score for a 4,898 different white wines.
-
DAND_P4_Fox.rmd - R Markdown file containing the EDA
-
DAND_P4_Fox.html - Static HTML version of the final, submitted R Markdown file
-
References.txt - List of references used for completing the project