ETC5543 Report is a brief summary of the analysis we have conducted at 360info organisation. It contains draft and final analysis for the two topics assigned during our internship. It also includes exploratory data analysis for knowledge purposes.
Topic 1: Our initial task was researching datasets related to child marriage, particularly during Covid-19. Followed by data wrangling for tidying data and combining datasets for the final visualization. The above visualisations were the initial drafts for the editor’s reference and have played a crucial role in arriving at the final visualisation.
In order to understand the contrast between the child marriage rate across the globe and the legal policy existing in each country, we wanted to create one visualisation which could display both.
Topic 2: The aim was to observe the trend of HDI and Happiness Score(Life Ladder Score) over the past years. While HDI is more quantitative and defined and Happiness Score is more subjective based on well-being, the difference in trends of both the scores speaks volumes. Unlike the first topic, the idea behind this visualisation was conceived from the start once the datasets had been shortlisted. The countries in this visualisation were shortlisted based on the unique trend observed amongst all the countries.
Repo name: https://github.com/360-info/internship-childmarriage-healtheconomics.git
These charts, as well as the analyses that underpin them, are available under a Creative Commons Attribution 4.0 licence. This includes commercial reuse and derivates.
Data in these charts comes from:
Minimum Age of Child Marriage Rate: United Nations
Covid-19 Stringency: Our World in Data
Laws on Child Marriage: Our World in Data
Child Marriage Rate from 2005–2021: UN DESA Statistics Division
Child Marriage Rate during Covid-19: UNICEF Data
Please attribute 360info and the data sources when you use and remix these visualisations.
To setup a development environment manually, you'll need to:
- Download the install R
- Satisfy the R package dependencies. In R:
- Install the
renv
package withinstall.packages("renv")
, - Then run
renv::restore()
to install the R package dependencies. - (For problems satisfying R package dependencies, refer to Quarto's documentation on virtual environments.)
- Install the
Now, render the .rmd
files in R with (for example):
rmarkdown::render("Report.Rmd")