lsun20 / EventStudyInteract

MIT License
34 stars 12 forks source link

struct ms_vcvorthog undefined #2

Open jaysaka opened 2 years ago

jaysaka commented 2 years ago

Hi lsun20,

I've tried eventstudyinteract package to do some test. But I got the following error:

struct ms_vcvorthog undefined (42 lines skipped) (error occurred while loading avar.ado)

Already tried to reinstall the whole package, although I get the message "all files already exist and are up to date" , it does not work. Any ideas on why it may be happening? Do you have any idea how to solve it?

Many thanks! Jess

lsun20 commented 2 years ago

Dear Jess,

Thank you for your interest in our package! Based on the error message, my guess is that the Stata package ‘avar’ was not installed properly, which ‘eventstudyinteract’ depends on. Could you please try ‘ssc install avar’ and then re-try the code?

Hope the above helps, Liyang