Daniel-Pailanir / sdid

Synthetic Difference in Differences for Stata
GNU General Public License v3.0
74 stars 37 forks source link

method() option in command #42

Closed brianfabre closed 2 years ago

brianfabre commented 2 years ago

In the readme, it shows the allowance of the method() command to choose between sdid, did, and sc. When running the command however it seems like this is not allowed. In 'help sdid' it also has no mention of this. I am guessing that this function is not present at the moment, correct?

Daniel-Pailanir commented 2 years ago

Hi, the method() option is only available in the recent version of sdid. Reinstall sdid using net install sdid, replace from("https://raw.githubusercontent.com/daniel-pailanir/sdid/master") and the option will be available. The help will be updated soon.

brianfabre commented 2 years ago

It works. Thank you!