indh {rddtools} | R Documentation |
INDH data set
Description
Data from the Initiative Nationale du Development Humaine, collected as the part of the SNSF project "Development Aid and Social Dynamics"
Format
A data frame with two variables with 720 observations each
Source
Development Aid and social Dyanmics website: https://qua.st/Development-Aid-Social-Dynamics/
References
Arcand, Rieger, and Nguyen (2015) 'Development Aid and Social Dyanmics Data Set'
Examples
# load the data
data(indh)
# construct rdd_data frame
rdd_dat_indh <- rdd_data(y=choice_pg, x=poverty, data=indh, cutpoint=30)
# inspect data frame
summary(rdd_dat_indh)
# perform non-parametric regression
( reg_np_indh <- rdd_reg_np(rdd_dat_indh) )
[Package rddtools version 1.6.0 Index]