Dears,
I am having trouble to estimate a model using xtdpdml. I am using a panel counting on 13 years and 400 observations - strongly balanced. Here is the command I'm using:
When I set trace on, I can see that the code return "convergence failed" after reporting the coefficients table. It seems that Stata is experiencing difficuties to run pos-estimation tests...
Some other times, it stops eve before the coefficients table and displays this:
Any clue about what's happening? Any tip?
Thanks!
Ely
I am having trouble to estimate a model using xtdpdml. I am using a panel counting on 13 years and 400 observations - strongly balanced. Here is the command I'm using:
Code:
xtdpdml tx_ab_em L.desp_educ L.desp_saude L.desp_seg, pre(pop_perc_60) difficult technique(bhhh 50 nr 50 dfp 50 bfgs 20)
Some other times, it stops eve before the coefficients table and displays this:
Code:
---------------------------------------------------------------------------------------- end sem_parse_spec --- - local display_opts `s(display_opts)' = local display_opts - mata: st_sem_fit() cannot compute an improvement -- flat region encountered
Thanks!
Ely
Comment