Odds ratio and relative risk in R with multiple variables

后端 未结 0 1543
盖世英雄少女心
盖世英雄少女心 2020-12-12 22:30

I have data set that looks like this:

cohort <- c("c_1", "c_2", "c_3")
exposed <- c(40, 32, 10)
not_exposed <- c(10, 15         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题