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