View source: R/survival_statistics.R
survival_statistics | R Documentation |
Provides non-parametric estimate of marginal relative survival, which under assumptions can be interpreted as marginal net survival. survival_statistics() is calling the Stata stnet program, using the Pohar Perme estimator with Brenner weighting to estimate age-standardized net survival.
Detailed documentation is available at https://github.com/CancerRegistryOfNorway/NORDCAN/wiki/nordcansurvival
survival_statistics(
stata_exe_path = NULL,
infile,
lifetable,
outfile = "survival_statistics",
estimand = "netsurvival"
)
stata_exe_path |
This is set in the NORDCAN settings by default |
infile |
path to a dataset of cancer records |
lifetable |
(mandatory, default by NORDCAN system) |
outfile |
path where to write result file. The outfile must be a set of
and it was set up by the option output_objects of nordcanepistats::nordcan_statistics_tables |
estimand |
defaults to netsurvival the only option so far |
survival analysis output in .csv (UTF-8) and .dta format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.