This repository contains an R Markdown data visualization project that explores correlations between student GPAs and various factors. The purpose of this analysis is to identify significant relationships that may help stakeholders (e.g., educators, administrators, parents, and students) better understand the factors that contribute to academic success.
To get started with the project, clone this repository to your local machine and follow the installation instructions below.
To run this project, you will need to have the following software installed on your system:
install.packages("tidyverse") install.packages("ggplot2") install.packages("corrplot") install.packages("knitr") install.packages("rmarkdown")
The dataset used in this project contains anonymized student data, including GPA, demographic information, and several other factors. The data has been preprocessed and cleaned to ensure quality and consistency.
Please note that the code in this repository is provided solely for demonstration purposes and should not be used for any other purpose.