Configure a risk factor
configure_risk_factor.Rd
Creates a configuration list for a risk factor in the simulation.
Examples
configure_risk_factor(
name = "Smoking_cat3", # Should be the same as the name in the reference data
transition_filename = "NL_RF_smoking_Transitions_Netto",
prevalence_filename = "NL_RF_smoking_cat3_Prev_V1"
)
#> $uniquename
#> [1] "Smoking_cat3"
#>
#> $transfilename
#> [1] "NL_RF_smoking_Transitions_Netto"
#>
#> $prevfilename
#> [1] "NL_RF_smoking_cat3_Prev_V1"
#>