-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue getting bootstrapped standard errors with csdid #23
Comments
@timothykohler Ok, but, in our defense But, in seriousness, I can't seem to find where csdid does store the bootstrap vcov. If you can figure that out then you can pass that on to |
Thanks for your prompt response, Mauricio! I also haven't been able to store |
Tim, thanks for raising the issue! Let us know if you find anything from
the csdid creators.
Mauricio, thanks for the quick response!
Best,
Jon
…On Mon, Jun 24, 2024 at 8:38 AM Timothy Köhler ***@***.***> wrote:
Thanks for your prompt response, Mauricio! I also haven't been able to
store csdid's bootstrap vcov matrix. I'll contact the authors and reply
here once I receive their response :)
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE6EXFGIWNMCDARHLRR7LPTZJAHNLAVCNFSM6AAAAABJZTB3PSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBWGQ4DGMZUGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi all. Regarding the above, Fernando Rios-Avila and Pedro Sant'Anna informed me that |
Hi Mauricio, Jonathan, and Ashesh,
I'm hoping you can provide some guidance regarding the combined use of Callaway and Sant-Anna's
csdid
Stata package and yourhonestdid
Stata package. I'm usingcsdid
to get event study estimates with bootstrap standard errors. Because I'm concerned about a pre-trend, I'm usinghonestdid
thereafter for partial identification. However, it looks likehonestdid
is returning confidence intervals which are calculated using the asymptotic standard errors, not the bootstrapped ones. I've tried storing the latter aftercsdid
and then runninghonestdid
, but haven't been able to succeed. I've included a MWE below. Hoping you'd be able to help!The text was updated successfully, but these errors were encountered: