Announcement

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

  • Likelihood Ratio Test for Logistic Regression

    Hello everybody.

    I have a binary outcome variable and several independent variables, and I have to build a logistic regression model. First, I put all independent variables in the model. Then, I want to pull out variables one-by-one to evaluate if I can have a smaller model. For this purpose, I have to run a likelihood ratio test.

    Could anyone please help me with interpreting the following LRtest?
    A is a full model with all variables. B is my reduced model.
    I can't figure out which one of them is better according to this LRtest.

    Thank you,
    Click image for larger version

Name:	Screenshot (1100).png
Views:	1
Size:	12.4 KB
ID:	1666170

  • #2
    Sara:
    the rule says "the lower AIC (BIC), the better".
    Therefore, model B seems to be the way to go.
    Kind regards,
    Carlo
    (Stata 19.0)

    Comment


    • #3
      Carlo is right. If you wanna focus on the LR test: it is not significant (p = 0.288) hence there is probably no statistically significant difference between the models overall.
      Best wishes

      (Stata 16.1 MP)

      Comment


      • #4
        going from model A to model B does not significantly reduce model fit.

        Originally posted by Sara Moradi View Post
        Then, I want to pull out variables one-by-one to evaluate if I can have a smaller model.
        you don't need the LR test for that, just see whether the variable is significant in model A.
        Last edited by Øyvind Snilsberg; 25 May 2022, 00:55. Reason: crossed with #2 and #3

        Comment


        • #5
          Another idea: since the models are somewhat equal statistically, I would prefer the simpler model (with fewer variables), unless you have strong theoretically reasons not to.
          Best wishes

          (Stata 16.1 MP)

          Comment

          Working...
          X