global_nordcan_settings | R Documentation |
Set and get settings for NORDCAN software.
set_global_nordcan_settings(
work_dir,
participant_name,
first_year_incidence,
first_year_mortality,
first_year_region,
last_year_incidence,
last_year_mortality,
last_year_survival
)
get_global_nordcan_settings()
work_dir |
root directory for any and all (temporarily) stored NORDCAN data; if it does not exist it is attempted to be created |
participant_name |
name of NORDCAN participant; e.g. "Denmark" or "Sweden" |
first_year_incidence |
first year for which to compute the cancer record count statistics;
e.g. |
first_year_mortality |
first year for the cancer death count statistics; e.g. |
first_year_region |
|
last_year_incidence |
Last year for which to compute the cancer record count statistics;
e.g. |
last_year_mortality |
Last year for the cancer death count statistics; e.g. |
last_year_survival |
Last year for survival analysis; e.g. |
Some first years for statistics are set using set_global_nordcan_settings
.
However, the first year for survival is fixed to
nordcancore::global_settings_env[["last_year_survival"]] - 29L
. Likewise the first
year for prevalence is fixed to first_year_incidence + 20L
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.