I run a multivariable logistic regression in SAS using the main effect/independent variable as continuous and categorical. As a continuous variable the confidence intervals of the odds ratios were extremely wide, i.e. >0.001 to <999,99999. I tried using the Firth correction but it didn't work, I got the same wide CIs. However, when I categorize the main effect variable into tertiles I get tighter CIs without a problem. How is this happening?
I run the same predictor variable with two different continuous outcome and I get the fit diagnostics below:
Parameter Estimate for 2nd image: -342.57, 95%CIs -1033.52, 340.37 - similar results for the first image as well.
Thanks.