I require an education on the components of epiR

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")

Hi, have you had a look a the vignettes in the documentation?

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.