Dear statalist,
Hello, Im master student who is writing thesis with Gravity PPML model

I hope to run regress panel data using PPML method with
country- pair , import_year , export_year dummy variables( fixed effect)
I have 7year, about 170 import, 170 export countries
I tried this stata command~
egen it=group(i year)
egen jt=group(j year)
egen ij=group(i j)
tab it,gen(it_dum)
tab jt,gen(jt_dum)
tab ij,gen(ij_dum)
set matsize 11000
ppml value dis_ij ban regionalization language it_dum* jt_dum* ij_dum*
But I've got 2000 omitted dummy variables, and interaction :deviation -
also, it takes too long time, so I was failed to get result several times
I have core i5 laptop, I wonder its not enough to regress big data..
Could you give me any advice?
It would be very appreciated!
Thank you so much
Sincerely
Hello, Im master student who is writing thesis with Gravity PPML model

I hope to run regress panel data using PPML method with
country- pair , import_year , export_year dummy variables( fixed effect)
I have 7year, about 170 import, 170 export countries
I tried this stata command~
egen it=group(i year)
egen jt=group(j year)
egen ij=group(i j)
tab it,gen(it_dum)
tab jt,gen(jt_dum)
tab ij,gen(ij_dum)
set matsize 11000
ppml value dis_ij ban regionalization language it_dum* jt_dum* ij_dum*
But I've got 2000 omitted dummy variables, and interaction :deviation -
also, it takes too long time, so I was failed to get result several times
I have core i5 laptop, I wonder its not enough to regress big data..
Could you give me any advice?
It would be very appreciated!
Thank you so much
Sincerely
Comment