thesfinox / titanic-coursera

Survival probability on board the Titanic - Cousera "Data Science" C9W4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Survival Probability on Board the Titanic

This repository contains the code used in the final assignment of the "Data Science Specialisation" on Coursera.org offered by the John Hopkins University.

Description and Methodology

The goal of the assignment is the creation of a Shiny app using RStudio. My choice fell on the prediction of the survival probability on board the famous ship Titanic.

The dataset I used is the usual Titanic dataset used in the Kaggle competition. I then simplified the possible input to age, sex and ticket class of the passengers and fit a logistic regression model to have quick predictions on the probability of survival.

Contents

In this repository you can find the analysis, the code for the app and the presentation written in RMarkdown.

The presentation is available at this URL.

The app is available at this URL.

About

Survival probability on board the Titanic - Cousera "Data Science" C9W4


Languages

Language:HTML 99.9%Language:R 0.1%