my code:
*logit model
logit $ylist $x1list
vce, corr
logit $ylist $x2list
*zero-inflated poisson
drop if $ylist==0
xtpoisson $ylist $x3list, iterate(5)
*detect collinearity
*logit model
logit $ylist $x1list
vce, corr
logit $ylist $x2list
*zero-inflated poisson
drop if $ylist==0
xtpoisson $ylist $x3list, iterate(5)
*detect collinearity
Would any expert here know what is the problem here? How can I solve it? how many iteration may I set?
0 Response to Endless iteration using Panel Data ppml zero-inflated poisson
Post a Comment