This project contains an R script for analyzing data related to Goal 5 of the 2030 Agenda.
Gaol5 Analysis.R
: R script for data analysis.Goal5.xlsx
: Excel file containing the data to be analyzed.README.md
: This documentation file.
Make sure you have R and RStudio installed on your computer. Additionally, you will need to install the following R packages:
install.packages(c("readxl", "ggplot2", "gridExtra", "boot"))