rddtools (version 0.4.0)

indh: 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"

Arguments

Format

A data frame with two variables with 720 observations each

Source

Development Aid and social Dyanmics website: http://qua.st/Development-Aid-Social-Dynamics

References

Arcand, Rieger, and Nguyen (2015) 'Development Aid and Social Dyanmics Data Set'

Examples

Run this code
# 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) )
plot(reg_np_indh)

Run the code above in your browser using DataLab