code and supplementary material for the paper titled "Adoption of Climate-Resilient Groundnut Varieties Increases Agricultural Production, Consumption, and Smallholder Commercialization in West Africa"
# Repository: Climate-Resilient Groundnut Varieties
This repository contains the code and supplementary materials for the research paper titled "Adoption of Climate-Resilient Groundnut Varieties Increases Agricultural Production and Smallholder Commercialization in West Africa."
## Paper Abstract
Adoption of climate-resilient crop varieties has the potential to build farmers’ climate resilience but could also induce agricultural transformation in developing nations. We investigate the relationship between adoption of climate-resilient groundnut varieties and production, consumption, and smallholder commercialization using panel data from Ghana, Mali, and Nigeria. We find adoption of climate-resilient groundnut varieties to increase smallholder production, consumption, and commercialization. The biggest adoption impact gains are observed under the sustained use of these climate-resilient varieties. We show that adoption benefits all households at different quantiles of the conditional distribution of commercialization, but the biggest gains are found among smaller producers, suggesting that adoption is inclusive. Furthermore, we provide suggestive evidence that yield increases could explain commercialization, although household consumption also matters. We conclude that adoption of climate-resilient groundnut varieties can at least partially reduce production constraints and promote smallholder consumption and commercialization, with implications for agricultural transformation.
## Repository Structure
The repository is organized as follows:
```
|-- 1_Main_Analysis.do
|-- 2_coefficent_plots.Rmd
|-- 3_Supplementary_Tables.Rmd
|-- 4_Supplementary_Data.Rmd
|-- Code_Base.Rproj
|-- HelperUtilities/
| |-- Utils.R
| |-- global_vars_and_helperFunctions.R
| |-- header.html
| |-- my_css.css
| |-- my_templet.tex
|-- LICENSE.md
|-- README.md
|-- Source_Data.xlsx
|-- data/
| |-- AdoptHistory_2.dta
| |-- Groundnut.dta
| |-- HomeConsumption.dta
| |-- data_for_ …