bfifield / hettx

hettx: Detecting and Measuring Treatment Effect Variation
9 stars 0 forks source link

Formulas for `fishpidetect` and `est.beta` functions #8

Closed bfifield closed 5 years ago

bfifield commented 5 years ago

Formulas for specifying variables for the Neyman and Fisher functions. Generally take the form of:

formula = Y ~ Z, interaction.formula = ~ W1 + W2, control.formula = ~ X1 + X2

For calc.beta(), formula = Y1 + Y0 ~ Z, and for est.beta.LATE(), formula = Y ~ D | Z.

bfifield commented 5 years ago

Closes #5