Thanks a lot for your reply Joao. I tried
xi : ppml tradescaled fta i.it i.jt lndist contiguous com_language same_country common_colony, cluster (ijt)
where tradescaled = trade/1000 ( level form and not log)
and got a warning :variance matrix is nonsymmetric or highly singular. There were no standard errors or z values displayed in the result.
For the code you suggested :
xtset ij xtpoisson trade fta i.it i.jt , fe cluster (ijt)
Stata gives an error saying "cluster() not allowed"
I therefore tried :
xtset ij xtpoisson trade fta i.it i.jt , fe
This code has been running for more than 3 hours now with around 27 iterations complete. From the 1st iteration itself the log likelihoods are "non-concave".
Is that okay? Or is it something erroneous? Please suggest.
Regards
Kalpana
xi : ppml tradescaled fta i.it i.jt lndist contiguous com_language same_country common_colony, cluster (ijt)
where tradescaled = trade/1000 ( level form and not log)
and got a warning :variance matrix is nonsymmetric or highly singular. There were no standard errors or z values displayed in the result.
For the code you suggested :
xtset ij xtpoisson trade fta i.it i.jt , fe cluster (ijt)
Stata gives an error saying "cluster() not allowed"
I therefore tried :
xtset ij xtpoisson trade fta i.it i.jt , fe
This code has been running for more than 3 hours now with around 27 iterations complete. From the 1st iteration itself the log likelihoods are "non-concave".
Is that okay? Or is it something erroneous? Please suggest.
Regards
Kalpana
Comment