Description Usage Arguments Value Examples
Follows the principle that when an advanced cases is shifted to early stage via early detection, the subgroup (e.g., tumor type) remains constant.
1 |
x |
Data frame of class naturalhist (see compile_naturalhist) |
Matrix that maps which rows of the naturalhist data frame correspond to Early vs Advanced stages
1 2 3 | nh <- compile_naturalhist(prop_adv=0.85, mortrates=c(Early=0.05, Advanced=0.21),
subgroup_probs=c(`ER+`=0.5, `ER-`=0.5))
create_stageshift_map(nh)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.