Should we adjust 95% CI and P value if we scale up our predictor in the logistic regression

Dear all,

I want to ask if I decide to report "every 5-units increase" in BMI from my logistic regression, do I need to adjust the p-value and 95% CI in the same way I did for the odds ratio (pls see the code below)? If so, can someone pls share the R code for them?

lr.fit3 <- glm(disease~ BMI, data=mydata, family=binomial)
summary(lr.fit3)
exp(lr.fit3$coefficients*5) ## odds ration for 5-unit increase in BMI

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.