Plot method for condPois_1stage_list
plot.condPois_1stage_list.RdPlot method for condPois_1stage_list
Usage
# S3 method for class 'condPois_1stage_list'
plot(x, xlab = NULL, ylab = NULL, title = NULL)Examples
middlesex_deaths_tbl <- make_outcome_table(
middlesex_deaths, outcome_columns, collapse_to = 'age_grp')
#> Error: object 'middlesex_deaths' not found
# run the model
m3 <- condPois_1stage(exposure_matrix = middlesex_exposure_mat,
outcomes_tbl = middlesex_deaths_tbl,
global_cen = 15,
multi_zone = TRUE,
verbose = 1)
#> Error: object 'middlesex_exposure_mat' not found
plot(m3)
#> Error: object 'm3' not found