mirror of
https://github.com/Rucknium/misc-research.git
synced 2024-12-30 15:19:22 +00:00
…
|
||
---|---|---|
.. | ||
processed-data | ||
raw-data | ||
Banking-the-Unbanked-through-Cryptocurrency.pdf | ||
Banking-the-Unbanked-through-Cryptocurrency.Rmd | ||
README.md | ||
SDCPC-data-prep.R | ||
SHED-data-prep.R | ||
SPACE-data-prep.R |
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:
- SHED 2021-2023 STATA files
- SPACE 2022
- SDCPC 2015 R data file
- SDCPC 2016 R data file
- SDCPC 2017 R data file
- SDCPC 2018 R data file
- SDCPC 2019 R data file
- SDCPC 2020 R data file
- SDCPC 2021 R data file
- SDCPC 2022 individual-level R data file
- SDCPC 2023 individual-level R data file
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.