- R installed on your system. You can download it from R Project.
-
Clone the Repository: Clone this GitHub repository to your local machine using the following command:
git clone https://github.com/rrouz/diabetes-modeling
-
Install R Packages: Run the R script to install the required R packages. Open R in your terminal or RStudio and execute the following commands:
install.packages("ggplot2") install.packages("dplyr") install.packages("ggfortify") install.packages("factoextra") install.packages("moments")
-
Execute the R Markdown Script: Open the R Markdown script in RStudio or your preferred R IDE, knit and view the results.