README.md

happiness

title: "World Happiness Data Report 2019 Analysis" author: "Debanjali Basu" output: html_document: self_contained: false

```{r, include=FALSE} tutorial::go_interactive()


Let's begin

{r}

The RMS Titanic was a British passenger liner that sank in the North Atlantic Ocean in the early morning of April 15, 1912 after colliding with an iceberg during her maiden voyage from Southampton to New York City. The ship contained 2,224 passengers and crew, out of which 1,500 died in the unfortunate incident.



### Survival Analysis of Titanic passengers. 

Package Name             | Author                                                                 |Github Repo
---------------------|-----------------------------------------------------------------------------|------------------------
MidDatAnalysis        | Subhradip halder                          | [a2b3bab6](https://github.com/unimi-dse/a2b3bab6)


#### Introduction

The RMS Titanic was a British passenger liner that sank in the North Atlantic Ocean in the early morning of April 15, 1912 after colliding with an iceberg during her maiden voyage from Southampton to New York City. The ship contained 2,224 passengers and crew, out of which 1,500 died in the unfortunate incident.


In this study, we intend to perform a statistical analysis of the fatalities on the ship using the Titanic dataset on [Kaggle](https://www.kaggle.com/c/titanic/data/train.csv). The main question that we are addressing here is whether there is a statistically significance relation between the death of the person and their passenger class, age, sex and showcases the analysis in different graphs and a shiny app.


#### Installation

```R
# Please install the R package "devtools" if not installed then use the following command:
devtools::install_github('unimi-dse/a2b3bab6')

Loading the package

# load the package
require(MidDatAnalysis)

Functions

Recommended way to run the functions.

  1. Run this function main_func( ) to see a glimpse of the project. This will import the dataframe and also to run the shiny app

  2. You can directly run the Shiny app using the function run_shiny_app( ).

  3. Please run the import_data( ) function first, if you want to run the following functions individually:

    • survivor_age_mean( )
    • survival_mean_class( )
    • survival_sex_rel( )
    • create_detailed_report( )
  4. You can run the create_detailed_report( ) function at the end to give you the detailed report.

About the author:

Name | Desc. |Linked.in ---------------------|-----------------------------------------------------------------------------|------------------------ Subhradip Halder | MSc. Data Science Student at University of Milan,Italy | Profile link

Dated:Feb 14,2020


DebanjaliBasu/happiness documentation built on Feb. 18, 2020, 9:34 p.m.