Skip to content

andrewheiss/who-cares-about-crackdown

Repository files navigation

Who Cares About Crackdowns? Exploring the Role of Trust in Individual Philanthropy

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


Global Policy DOI OSF DOI DOI

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:

PreregisteredOpen dataOpen


Abstract

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

How to download and replicate

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:

  1. Download and install these fonts:
  2. Install R (and preferably RStudio).
    • If you’re using macOS, install XQuartz too, so that you have access to the Cairo graphics library
  3. Open whocares.Rproj to open an RStudio Project.
  4. 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 running tinytex::install_tinytex()
    • Easy-but-requires-huge-4+-GB-download way: Download TeX Live (macOS; Windows)
  5. 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.
  6. Run renv::restore() in the R console to install all the required packages for this project.
  7. 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:

  1. All project data in data/
  2. An analysis notebook website in analysis/_site/index.html
  3. PDF, HTML, and Word versions of the manuscript in manuscript/output/

Data

This project includes the following data files:

Licenses

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.

Contributions

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.