Hello, I am trying to calculate the Wildbootstrap P-Value after I perform an analysis with jwdid.
I am running: jwdid taxa_homicidios_total_por_100m_1 [aw= population_2000_muni], ivar(municipality_code) tvar(year) gvar(treatment_year) never cluster(state_code)
estat group
and then when I ran: boottest _b[group], weighttype(webb) cluster(state_code) reps(9999) seed(123) this appears: "Overriding estimator's cluster/robust settings with cluster(state_code)
note: constraint _b[group] caused error r(111)"
If I put the parameter boottype(wild) there is also an error
Can someone help me please?
I am running: jwdid taxa_homicidios_total_por_100m_1 [aw= population_2000_muni], ivar(municipality_code) tvar(year) gvar(treatment_year) never cluster(state_code)
estat group
and then when I ran: boottest _b[group], weighttype(webb) cluster(state_code) reps(9999) seed(123) this appears: "Overriding estimator's cluster/robust settings with cluster(state_code)
note: constraint _b[group] caused error r(111)"
If I put the parameter boottype(wild) there is also an error
Can someone help me please?

Comment