Skip to contents

Print method for condPois_sb

Usage

print.condPois_sb(x)

Arguments

x

an object of class condPois_sb

Value

invisibly returns x

Examples

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