I am working on a logistic regression model, with a binary outcome and my model look like this:
Intercept: coefficients is -2.034
Variable: coefficients are 0.031, and the P-value is 0.130. Not Significant.
However when I calculate the Odds Ratio and CI 95% I get
Odds ratio 1.031, Lower Limit = 0.991, Upper Limit = 1.073
However, since the variable is not significant, I shouldn't get a P-value greater than 1 correct?
Can anyone explain why this is happening?