Dear All,
I am trying to run a logistic regrssion using the ologit as follows:
ologit dummay_vari vari1 vari2 vari3 vari4 vari5 etc i.sic2 i.fyear, cluster(gvkey)
However, stata continue running showing the following without any result.
Iteration 0: log pseudolikelihood = -10177.617
Iteration 1: log pseudolikelihood = -35.320993 (not concave)
Iteration 2: log pseudolikelihood = -16.382337 (not concave)
Iteration 3: log pseudolikelihood = -1.9022478 (not concave)
Iteration 4: log pseudolikelihood = -.61051939 (not concave)
Iteration 5: log pseudolikelihood = -.06930767 (not concave)
Iteration 6: log pseudolikelihood = -.03565096 (not concave)
etc....
Thank you very much,
Comment