Analysis of the data set to draw useful results like demographics of suicides, state with highest number of suicides, most common reasons for suicides, etc.
- ggplot2
- readr
- dplyr
- stringr
- plotrix
- gridExtra
- RColorBrewer
Time Period: 2001-2012 Granularity: Yearly Location: States and U.T's of India Parameters: a) Suicide causes b) Education status c) By means adopted d) Professional profile e) Social status
To install any R library Run the following command on R command Prompt.
install.packages("PACKAGE_NAME")
Write the name of library you want to install in quotes. For more details refer here.
- Copy the contents of folders src and DataSet to working directory of R in your computer.
- Open project_main.R in any IDE supporting R.
- Run the code.
Note: The output visualizations are also provided in the visualizations folder.