chrisadolph / tile-simcf

R packages for visualizing statistical models, with tools for counterfactual simulation
faculty.washington.edu/cadolph/software
13 stars 10 forks source link

Add XXXsimdd() functions #20

Open chrisadolph opened 12 years ago

chrisadolph commented 12 years ago

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 specified x and xpre.

csjohns commented 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.

chrisadolph commented 12 years ago

No problem; we can always revise this along with the other functions.

chrisadolph commented 12 years ago

We have a candidate draft of linearsimdd now committed to master, but will need to revise as we improve simcf.