Open chrisadolph opened 12 years ago
Despite the non-resolution of issue 15, I've started on this as I wanted such a function (linearsimdd) for my own work.
No problem; we can always revise this along with the other functions.
We have a candidate draft of linearsimdd now committed to master, but will need to revise as we improve simcf.
After resolving Issue 15, we should create, for each model, simulation code calculating the difference-in-differences. The naming convention should be to use
dd
as the last two letters of the simulation function name.Note that
dd
functions will need to have two different cf objects as inputs, each with specifiedx
andxpre
.