Skip to content

masehdh/internet-and-gender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Accompanying R markdown and hmtl output for major research paper

The .rmd file has all code used for the quantitative analysis in Mobile internet as a facilitator for gender attitude transformation in extremely fragile contexts: Afghanistan from 2014-2019 In order to use this markdown file, make sure you install the following libraries:

install.packages(stargazer)
install.packages(caret)
install.packages(ggplot2)
install.packages(aod)
install.packages(car)
install.packages(lmtest)
install.packages(pscl)
install.packages(mfx)

Then, head over to the Asia Foundation’s website to get the Survey of the Afghan People dataset, it's free for non-commercial purposes. The data is unfortunately unavailable due to the recent takeover, but a copy is available here(https://drive.google.com/drive/folders/1ifcY3xGGIFJ9QzRy_n9puCNnADckhsHS?usp=sharing)

It probably goes without saying, but a common cause of frustration for researchers without a programming background is figuring out imports and file directories. The file path below will be different for you.

afg <- readRDS(file = "C://Users//maseh//Documents//MRP//dataset_work//R-2019_data_and_codebook//2019_afghan_data_R.RDS")

I'm very much open to feedback and thoughts on how to add to this analysis. You can reach me at [email protected].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages