For my data analytics class at Wayne State University(MAT5030(Statistical Computing and Data Analysis) ), we had a final year project where every student had to analyze a real world project. I did my project with world literacy rates. The goal of my project was to see if gender and whether a person was literate or illiterate were related using data collected from WorldBank.org . My analysis was done in R, using categorical chi-squared tests and residual plots.
See the World Literacy Rates Project Report for the analysis. See the test.rmd and test.pdf to see my R code and output of my R code respectively.