Skip to content

Statistical Methods for Heart Disease & Indicators Using R Programming

Notifications You must be signed in to change notification settings

jarrodtky/HeartDisease_EDA-StatisticalAnalysis_R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

HeartDisease_EDA-StatisticalAnalysis_R

Project: Statistical Methods for Data Science

Topic: Statistical Methods for Heart Disease & Indicators

Keywords: Data Science, Statistical & Inferential Analysis, Exploratory Data Analysis (EDA), Regression Analysis, Heart Disease.

Table of Content

Project Overview

Motivation

  • In the healthcare industry, understanding what factors or indicators affect a disease is an essential part of the decision-making and problem-solving process.
  • People with cardiovascular disease or who are at high cardiovascular risk (due to the presence of one or more risk factors such as hypertension, diabetes, hyperlipidaemia or already established disease) need early detection and management wherein a machine learning model or statistical analyses can be of great help.
  • These indicators allow decision-makers to identify any potential ways to reduce risk factors of future health and increase the likelihood of disease prevention effectively (Santos et al., 2019).

Aim & Objective

  • Aim:
    • To improve the process of analyzing patients’ heart disease in the healthcare industry to allow earlier detection and avoidance of heart disease and morbidity.
  • Objective:
    • To create a statistical model that identifies which factors/data variables are significant based on the relevance of statistical inferences when classifying heart disease patients.
    • The insights gained by analyzing the statistical inference of each data variable to the target data will aid in establishing which factor or indicator is critical in causing heart disease.

Contents

(1) HeartDisease_Dataset.csv

  • Heart Disease dataset file in CSV format.

(2) HeartDisease_EDA-StatisticalAnalysis_R Folder

  • Contains the main R program with implementation codes and explanations for the project.

Technologies Used

Jupyter Notebook Visual Studio Code R Plotly

License

  • None (for now)

Credits

  • Took inspiration from Kaggle