Recently, I ran regress by 'asreg' fir my work. It worked properly on stata software (installed in my desktop),
but when I tried to operate it on WRDS cloud, the following error occurs:
I have no idea what is going on, and this r(3499) seem relate to version incompatibility issues. Can anyone help me?
Thanks!
p.s.
stata version desktop 16.1
stata version WRDS cloud 17.0
Code:
. bys ISIN year country_pair_exchange: asreg ri_usd close exchange_rates
<istmt>: 3499 ASREGNW() not found
r(3499);
r(3499);
Thanks!
p.s.
stata version desktop 16.1
stata version WRDS cloud 17.0
Comment