gphk-metrics / stata-multe

Multiple Treatment Effects
17 stars 4 forks source link

Package refinement (variable inputs, helpfile, table output) #3

Closed mcaceresb closed 2 years ago

mcaceresb commented 2 years ago
mcaceresb commented 2 years ago

TODOS:

EDIT: See #4.

jerrayc commented 2 years ago

TODOs (me):

jerrayc commented 2 years ago

I populated the helpfile (sorry I forgot to reference this issue in my commit, not sure how to change that now). Pushed to issue3_refine.

Questions to answer: 1) (For Mauricio) in practice, how does one call the mata functions decomposition.tauhat() and decomposition.lambda() without the user having to manually creating Wm first? If there is no way currently, could we save the Wm matrix as an object to make tauhat() and lambda() easier to call? 2) (For Peter) Are the decomposition SEs heteroskedasticity-robust? 3) (For Peter) How do we want to format the decomposition output? 4) (For Peter) What references other than this paper should we include in the helpfile, if any?

jerrayc commented 2 years ago

Also, should we do a unit test on the dependent variable, so we can say for sure what type of variable you can use as the dependent variable?

mcaceresb commented 2 years ago

Continued in #5

mcaceresb commented 2 years ago

In this issue we completed or made drafts of all the TODOs here and here. Items not done 100% were marked for follow-up here.

peterdhull commented 2 years ago

Questions to answer:

  1. (For Peter) Are the decomposition SEs heteroskedasticity-robust?
  2. (For Peter) How do we want to format the decomposition output?
  3. (For Peter) What references other than this paper should we include in the helpfile, if any?

2 Yes

3 & 4 @jerrayc let's chat about these in our next meeting / after I've taken a look through the file.