Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • melogit problems with "initial values not feasible"

    Dear Statalists,
    I encounter the "initial values not feasible" problem when running multi-level logit regression.
    I tried to simplify the model (null model) but have still encountered the same problem.
    Click image for larger version

Name:	2024-07-17 182332.png
Views:	1
Size:	23.2 KB
ID:	1758980




    Also tried to increase iterate numbles and use technique(nr), but it still encountered the "initial values not feasible" problem.
    Click image for larger version

Name:	2024-07-17 182434.png
Views:	1
Size:	23.6 KB
ID:	1758981
    Click image for larger version

Name:	2024-07-17 182622.png
Views:	1
Size:	23.9 KB
ID:	1758982




    When I tried to use technique(bhhh) it works, but cannot estimate the AIC and BIC.
    Click image for larger version

Name:	2024-07-17 182739.png
Views:	1
Size:	4.0 KB
ID:	1758983




    Are there any other ways we can try to solve this problem?

    All, the best,


  • #2
    given the lack of information about your data and your question of interest, I can't help re: the "initial values" issue;

    however, your last issue is that you used a non-existent command (or made a typo); the command should be:
    Code:
    estat ic
    for more on this, see
    Code:
    help melogit postestimation

    Comment

    Working...
    X