Skip to contents

getRR method for condPois_2stage_list

Usage

# S3 method for class 'condPois_2stage_list'
getRR(x)

Arguments

x

an object of class condPois_2stage_list

Value

a data.table of relative risk estimates across factor levels

Examples

if (FALSE) { # \dontrun{
  # set up exposure matrix and outcome table first (see condPois_2stage example)
  model_list <- condPois_2stage(ma_exposure_matrix, ma_outcomes_tbl, global_cen = 20)
  getRR(model_list)
} # }