Hello, I am utilizing the package epiR and need a little of an education on its components. My question, what would be the 95% confidence intervals in the fallowing results and what do they actually mean? I have included the input bellow.
1st Piece
Disease <- matrix(c(156,9421,1531,14797),nrow=2,byrow=TRUE)
colnames(Disease) <- c("Disease","Control")
rownames(Disease) <- c("Exposed","Reference")
print(Disease)
library(epiR)
epi.2by2(Disease, method = "cohort.count", conf.level = 0.95, outcome = "as.columns")