#
#
# nordcanstat_rate <- function(
# x,
# stratum_col_nms = NULL,
# adjust_col_nms = NULL,
# subset = NULL,
# adjust_weigths = NULL
# ) {
# column_level_space <- nordcancore::get_column_level_space(stratum_col_nms)
# offset_dt <- nordcanepistats::get_offset_dt(
# union(stratum_col_nms, adjust_col_nms)
# )
# basicepistats::stat_rate(
# x,
# offset_dt,
# stratum_col_nms,
# adjust_col_nms,
# subset,
# adjust_weigths,
# column_level_space
# )
# }
#
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.