manncz / dRCT

Design-based analysis of RCTs
1 stars 0 forks source link

Re-working p_loop and corresponding functions to not depend on the data ordering #8

Open manncz opened 7 months ago

manncz commented 7 months ago

The estimator should not depend on the ordering of the data, so we should consider re-working the code so that we reshape the data to have the treated unit first at the beginning of the code and never use the original arrangement.