Announcement

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

  • confidence intervals on categorical by categorical interactions in logistic regression model

    Hello, I am running a logistic regression model with binary outcome (y01), two categorical independent variables (f and h, both coded 0/1) of interest and several covariates not discussed here.
    Code:
    logistic y01 bn.f#bn.h cv1 

    I have interpreted the interaction term bn.f#bn.h but I also want to report the odds ratio and the confidence interval for h1/h0 for f=1, which is
    Code:
    b[1.h]*b[f#h]
    . I would appreciate any advice on how to do this. I thought it might be through lincom, but I can't get it.
    Last edited by Lisa Sale; 11 Jul 2016, 12:33.
Working...
X