Default values used in web applications for multi-criteria decision-analysis.

mcda_defaults

Format

A list of two data tables, one for the three state model and another for the four state model. Each table contains the following columns:

criteria_name

Name of the criteria.

weight

Weights to apply to each criteria.

min

Minimum value for the criteria (i.e., lowest possible performance).

max

Maximum value for the criteria (i.e., highest possible performance).

See also

Examples

print(mcda_defaults)
#> $three_state #> criteria_name weight min max #> 1: PFS with 1L treatment 10.0 4.166667e-01 3.5 #> 2: Post-progression survival 10.0 1.166667e+00 4.5 #> 3: Total health care costs 5.0 1.000000e+06 0.0 #> 4: Administered orally 0.0 0.000000e+00 1.0 #> 5: Years since FDA approval 0.0 0.000000e+00 20.0 #> 6: Loss of income 0.0 1.000000e+05 0.0 #> 7: Elevated alanine transaminase 0.5 2.600000e-01 0.0 #> 8: Elevated aspartate transaminase 0.5 2.000000e-01 0.0 #> 9: Diarrhea 0.5 3.000000e-01 0.0 #> 10: Dry skin 0.5 3.000000e-02 0.0 #> 11: Eye problems 0.5 2.000000e-02 0.0 #> 12: Paronychia 0.5 1.000000e-01 0.0 #> 13: Pneumonitis 0.5 6.000000e-02 0.0 #> 14: Pruritis 0.5 1.500000e-02 0.0 #> 15: Rash 0.5 6.500000e-01 0.0 #> 16: Stomatitis 0.5 1.400000e-01 0.0 #> #> $four_state #> criteria_name weight min max #> 1: PFS with 1L treatment 10.0 4.166667e-01 3.5 #> 2: PFS with 2L treatment 10.0 3.333333e-01 1.0 #> 3: Post-progression survival 10.0 8.333333e-01 3.5 #> 4: Total health care costs 5.0 1.000000e+06 0.0 #> 5: Administered orally 0.0 0.000000e+00 1.0 #> 6: Years since FDA approval 0.0 0.000000e+00 20.0 #> 7: Loss of income 0.0 1.000000e+05 0.0 #> 8: Elevated alanine transaminase 0.5 2.600000e-01 0.0 #> 9: Elevated aspartate transaminase 0.5 2.000000e-01 0.0 #> 10: Diarrhea 0.5 3.000000e-01 0.0 #> 11: Dry skin 0.5 3.000000e-02 0.0 #> 12: Eye problems 0.5 2.000000e-02 0.0 #> 13: Paronychia 0.5 1.000000e-01 0.0 #> 14: Pneumonitis 0.5 6.000000e-02 0.0 #> 15: Pruritis 0.5 1.500000e-02 0.0 #> 16: Rash 0.5 6.500000e-01 0.0 #> 17: Stomatitis 0.5 1.400000e-01 0.0 #>