title | author | date |
---|---|---|
Exploring the BRFSS dataset |
Vivek Narayan |
October, 2018 |
The below is a limited exploratory data analysis on the brfss data set for the purposes of an assignment for the Introduction to Probability and Data course offered by Duke University on Coursera link. The assignment requires choosing three questions by the program participants based on their interest, the underlying data, and, the learning objectives of the module. Since the data-set is large (over 330 variables) the EDA will focus on variables assumed relevant to the questions being posed by the author.
R code can be seen here (https://github.com/maximegalon5/brfss_exploration/blob/master/BRFSS%20EDA.Rmd).
The html document can be read here (https://rpubs.com/maximegalon5/brfss_2013_eda).