Heart Failure Survival Analysis

Heart Failure Survival Analysis

An R project to explore Patient Survival Data.

Have you ever wondered which factors contribute to a shorter life span after signs pointing to a weak heart? In this project, I explore which variables are most important in patient survival for those with left ventricular systolic dysfunction using survival analysis methods. Full project can be found HERE.

library(tidyverse)
library(survival)