Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firaskahlaoui/heart-disease-analysis-r

R for data visualization and analysis of heart disease datasets.
https://github.com/firaskahlaoui/heart-disease-analysis-r

data-science data-visualization ggplot kaggle-dataset r statistics

Last synced: about 5 hours ago
JSON representation

R for data visualization and analysis of heart disease datasets.

Awesome Lists containing this project

README

        

# Heart Disease Analysis with R Notebook

## About This Notebook

The "Heart_Disease_Analyse_R.ipynb" notebook is part of the "heart-disease-analysis-r" project, which utilizes R for data visualization and analysis of heart disease datasets. This notebook focuses on exploratory data analysis (EDA), visualization, and statistical analysis of the heart disease data.

### Notebook Contents

This notebook includes the following sections:

- **Data Loading and Preparation**: Loading the heart disease dataset and preparing it for analysis.
- **Exploratory Data Analysis (EDA)**: Exploring the dataset to understand its structure, features, and distributions.
- **Data Visualization**: Using R's ggplot2 and plotly packages to create insightful visualizations of the heart disease data.
- **Statistical Analysis**: Applying statistical methods and hypothesis testing to analyze relationships between variables and draw meaningful insights.

### Technologies Used

- R programming language
- R packages:
- ggplot2
- plotly
- dplyr
- tidyr
- etc. (list all relevant packages used in the notebook)

## Installation

1. Clone the repository:

```bash
git clone https://github.com/FirasKahlaoui/heart-disease-analysis-r.git
cd heart-disease-analysis-r