Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 949 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 949 Bytes
title author date
Exploring the BRFSS dataset
Vivek Narayan
October, 2018

Introduction

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

R code can be seen here (https://github.com/maximegalon5/brfss_exploration/blob/master/BRFSS%20EDA.Rmd).

html output

The html document can be read here (https://rpubs.com/maximegalon5/brfss_2013_eda).