Wild Cluster Bootstrap (Standard Errors)
Clustered standard errors rely on asymptotic theory and require a large number of independent clusters (typically 42+) to be reliable. In this exercise you will test what happens when you cluster at a level with relatively few clusters, and then correct using the Wild Cluster Bootstrap.
- Using
Michler_JEEM.dta(maize only), run the pooled IV regression clustering at the ward level (ward_id) instead of the household level. Useivregress 2slsrather thanivreg2for compatibility withboottest. - Now apply the Wild Cluster Bootstrap via post-estimation to get a more reliable p-value:
boottest CA
- How many unique wards are there in the maize sample? Is this above or below the commonly cited minimum of 40 clusters?
- Compare the analytical cluster-robust p-value with the wild cluster bootstrap p-value. Does the bootstrap make you more or less confident in the significance of the CA effect?