Description Usage Arguments Value Examples
Calculate stratified risk estimates as per Chapter 15,
1  | stratified_risk(data, exposure, outcome, stratifier, ci_level = 95)
 | 
data | 
 A dataframe providing the exposure, outcome and stratifying variable  | 
exposure | 
 binary variable giving the exposure status  | 
outcome | 
 binary variable giving the outcome status  | 
stratifier | 
 stratifying variable  | 
ci_level | 
 variable giving the limits for the confidence interval  | 
A dataframe giving an MH-adjusted risk ratio
1 2 3  | data(tolbutamide)
stratified_risk(tolbutamide, exposure = tolbutamide, outcome = dead,
    stratifier = age)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.