misc-research/Banking-the-Unbanked-through-Cryptocurrency
2024-11-15 16:03:56 +00:00
..
processed-data Add Banking-the-Unbanked-through-Cryptocurrency 2024-11-15 16:03:56 +00:00
raw-data Add Banking-the-Unbanked-through-Cryptocurrency 2024-11-15 16:03:56 +00:00
Banking-the-Unbanked-through-Cryptocurrency.pdf Add Banking-the-Unbanked-through-Cryptocurrency 2024-11-15 16:03:56 +00:00
Banking-the-Unbanked-through-Cryptocurrency.Rmd Add Banking-the-Unbanked-through-Cryptocurrency 2024-11-15 16:03:56 +00:00
README.md Add Banking-the-Unbanked-through-Cryptocurrency 2024-11-15 16:03:56 +00:00
SDCPC-data-prep.R Add Banking-the-Unbanked-through-Cryptocurrency 2024-11-15 16:03:56 +00:00
SHED-data-prep.R Add Banking-the-Unbanked-through-Cryptocurrency 2024-11-15 16:03:56 +00:00
SPACE-data-prep.R Add Banking-the-Unbanked-through-Cryptocurrency 2024-11-15 16:03:56 +00:00

Hard Data on Banking the Unbanked through Cryptocurrency

Instructions

Install the necessary R packages:

install.packages(c("data.table", "readstata13", "ggplot2", "stargazer",
  "huxtable", "rvest", "ggcorrplot", "grid", "remotes"))

remotes::install_github("dracula/ggplot2")

Download the survey data files and unpack them into the appropriate directories in the raw-data directory:

Run SHED-data-prep.R, SPACE-data-prep.R, and SDCPC-data-prep.R to produce the processed data files and save them in the processed-data directory.

Then run Banking-the-Unbanked-through-Cryptocurrency.Rmd in RStudio to produce the PDF. You may have to install some LaTeX packages.