I have conducted 5 different logistic regressions on behavioural data, as there are 5 outcome (dependent) measures. The independent variable is always Group (Patient vs Control). I have used the glm function in R with family = binomial.
I've obtained one p-value per regression model (corresponding to the effect of Group on the outcome measure). Confidence intervals per model were computed using the R confint function.
I want to control for multiple comparisons (i.e., the fact that I ran 5 regressions on data) using the Benjamini-Hochberg procedure. I can easily input my 5 p-values into the p.adjust function in R and adjust my p-values this way, but is there a function that can adjust the confidence intervals in the same way?