The project investigated the factors that may affect drinking habits for healthy U.S. adults using the National Health and Nutrition Examination Survey (NHANES) from 2005 - 2006 and it was carried out by Ming-Chen Lu, Daxuan Deng, and Ningyuan Wang.
- bsr.py: Script for the core analysis in Python
- report.Rmd, report.html: final report of the group project To view the html document, you need to download to your own directory.
- To run the bsr.py, the following packages should be pre-installed in the IDE.
| Package |
|---|
| pandas |
| numpy |
| matplotlib.pyplot |
| seaborn |
| random |
| scipy.stats |
| statsmodels.formula.api |
| xport |
- To run Python in the report.Rmd file, the package
reticulateshould be pre-installed in the IDE.