Dear fellow Stata users,
I installed Stata in a new computer. I have included several packages using the ssc install and find it commands. When installing ivreg2 the first time, I used find it and then installed one of the available options. However, once I used ivreg2, I got the following error message:
I have tried uninstalling ivreg2, exit Stata (even restarted the computer). Then, I have tried the following:
Unfortunately, I keep having the same error message. I would appreciate any suggestion as for how to solve this problem. Thank you in advance!
I installed Stata in a new computer. I have included several packages using the ssc install and find it commands. When installing ivreg2 the first time, I used find it and then installed one of the available options. However, once I used ivreg2, I got the following error message:
Code:
. ivreg2 tfp_stch log_distance_market log_distance_port log_population ln_age eduworker ln_capacityu (ic = latitude), robust small first cluster(idpanel) struct ms_vcvorthog undefined (817 lines skipped) (error occurred while loading ivreg2.ado) r(3000); end of do-file r(3000);
I have tried uninstalling ivreg2, exit Stata (even restarted the computer). Then, I have tried the following:
Code:
ssc install ivreg2, replace ssc install avar, replace ssc install ranktest, replace
Comment