Skip to content

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.

Notifications You must be signed in to change notification settings

Vaibzz/Analysis-of-Suicides-in-India-DataSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Analysis-of-Suicides-in-India-DataSet

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.

Dependenices

R (v 3.4.2 or higher) and its Libraries

  • ggplot2
  • readr
  • dplyr
  • stringr
  • plotrix
  • gridExtra
  • RColorBrewer

Content

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

Instructions on how to setup

Libraries setup

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.

Folder setup

  • 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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages