Suparna Chaudhry • Department of
International Affairs • Lewis & Clark College
Marc Dotson
• Marriott School of Business • Brigham Young University
Andrew Heiss • Andrew Young School of
Policy Studies • Georgia State University
Suparna Chaudhry, Marc Dotson, and Andrew Heiss. 2021. “Who Cares About Crackdowns? Exploring the Role of Trust in Individual Philanthropy,” Global Policy (forthcoming), doi:
10.1111/1758-5899.12984
All this project’s materials are free and open:
The phenomenon of closing civic space has adversely impacted INGO funding. We argue that individual private donors can be important in sustaining the operations of INGOs working in repressive contexts. Individual donors do not use the same performance-based metrics as official aid donors. Rather, trust can be an important component of individual donor support for nonprofits working towards difficult goals. How does trust in charitable organizations influence individuals’ preferences to donate, especially when these groups face crackdown? Using a simulated market for philanthropic donations based on data from a nationally representative sample of individuals in the United States who regularly donate to charity, we find that trust in INGOs matters substantially in shaping donor preferences. Donor profiles with high levels of social trust are likely to donate to INGOs with friendly relationships with host governments. This support holds steady if INGOs face criticism or crackdown. In contrast, donor profiles with lower levels of social trust prefer to donate to organizations that do not face criticism or crackdown abroad. The global crackdown on NGOs may thus possibly sour NGOs’ least trusting individual donors. Our findings have practical implications for INGOs raising funds from individuals amid closing civic space.
This repository contains the data and code for our paper. Our preprint is online here:
Suparna Chaudhry, Marc Dotson, and Andrew Heiss. 2021. “Who Cares About Crackdowns? Exploring the Role of Trust in Individual Philanthropy”. Online at https://doi.org/10.17605/OSF.IO/SM5EW
The paper is published at Global Policy:
Suparna Chaudhry, Marc Dotson, and Andrew Heiss. 2021. “Who Cares About Crackdowns? Exploring the Role of Trust in Individual Philanthropy,” Global Policy (forthcoming), doi:
10.1111/1758-5899.12984
You can either download the compendium as a ZIP file or use GitHub to clone or fork the compendium repository (see the green “Clone or download” button at the top of the GitHub page).
We use the renv package to create a stable version-specific library of packages, and we use the targets package to manage all file dependencies and run the analysis. To reproduce the findings and re-run the analysis, do the following:
- Download and install these fonts:
- Install R (and preferably
RStudio).
- If you’re using macOS, install XQuartz too, so that you have access to the Cairo graphics library
- Open
whocares.Rproj
to open an RStudio Project. - Make sure you have a working installation of LaTeX:
- Easy-and-recommended way: Install the tinytex
package by running
install.packages("tinytex")
in the R console, then runningtinytex::install_tinytex()
- Easy-but-requires-huge-4+-GB-download way: Download TeX Live (macOS; Windows)
- Easy-and-recommended way: Install the tinytex
package by running
- If it’s not installed already, R should try to install the
renv package when you open the RStudio Project for the first
time. If you don’t see a message about package installation, install
it yourself by running
install.packages("renv")
in the R console. - Run
renv::restore()
in the R console to install all the required packages for this project. - Run
targets::tar_make()
in the R console to automatically download all data files, process the data, run the analysis, and compile the paper and appendix.
Running targets::tar_make()
will create several helpful outputs:
- All project data in
data/
- An analysis notebook website in
analysis/_site/index.html
- PDF, HTML, and Word versions of the manuscript in
manuscript/output/
This project includes the following data files:
data/raw_data/final_data.rds
: Original results from the Qualtrics survey. This is hosted at OSF because of its size. Runningtargets::tar_make(survey_results_file)
will download the.rds
file from OSF and place it indata/raw_data
. The code for cleaning and processing this data is part of a separate project, “Why Donors Donate”.data/derived_data/survey_results.csv
: CSV version of the survey data.data/derived_data/survey_results.yaml
: YAML metadata describing the syntax of the survey data.data/raw_data/posterior_draws/public_political_social_charity_demo.rds
: Gamma (Γ) coefficients from our multilevel Bayesian model. This is hosted at OSF because of its size. Runningtargets::tar_make(gamma_draws_file)
will download the.rds
file from OSF and place it indata/raw_data/posterior_draws
. The code for running this model is part of a separate project, “Why Donors Donate”.data/raw_data/Market Simulator Version 01.xlsx
: An interactive Excel version of the market simulator to help demonstrate the intuition behind all the moving parts of the simulation.data/raw_data/data-xextT.csv
: Per capita charitable donations in the US (2000–2014), downloaded from the Datawrapper widget “How much money Americans give away” at “Fewer Americans are giving money to charity but total donations are at record levels anyway”.data/raw_data/data-FTjUv.csv
: Aggregate charitable donations in the US (1977–2017), downloaded from the Datawrapper widget “Four decades of American charitable giving” at “Fewer Americans are giving money to charity but total donations are at record levels anyway”.
Text and figures: All prose and images are licensed under Creative Commons (CC-BY-4.0).
Code: All code is licensed under the MIT License.
We welcome contributions from everyone. Before you get started, please see our contributor guidelines. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.