- I needed a data to argue the necessity/importance of my research thesis in osteoarthritis.
- Osteoarthritis is common in elderly individuals, and US census data shows the percentage of people above 60 years old is increasing.
- Data was downloaded from US Census website, unfortunately in Excel highly formatted table.
- Data was made into .csv and prepared for R.
- As the purpose of this data is to show the aging US population, I grouped the data into 3 groups (<18, 18-65, >65).
- And since details did not matter so much, I primarily showed the data in graphs.
- GGPLOT2 is used mostly. Theme, color, title were minimal. Graphs were exported in .eps file.
- Graphs were imported to Adobe Illustrator where fonts, colors, info were added.
![Raw export] (https://github.com/raffwh/US_2030Population/blob/master/r_raw-export.png)
![Proper graph] (https://github.com/raffwh/US_2030Population/blob/master/ai_final.png)