View source: R/nordcansurvival.R
nordcanstat_survival | R Documentation |
Compute survival statistics for NORDCAN. Data is written onto disk and Stata is called on the on-disk dataset.
nordcanstat_survival(
cancer_record_dataset,
national_population_life_table,
stata_exe_path = NULL,
subset = NULL,
surv_ds_nms,
survival_test_sample,
survival_trace = FALSE
)
cancer_record_dataset |
'[data.table]' (mandatory, no default) the NORDCAN dataset of cancer records after pre-processing |
national_population_life_table |
'[data.table]' (mandatory, no default) the national population life table |
stata_exe_path |
'[character]' (mandatory, no default) full path to Stata executable |
subset |
'[NULL, logical, integer]' (optional, default 'NULL') see [nordcancore::handle_subset_arg] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.