Normalize cost and effect values taking base model as a reference.
# S3 method for combined_model
scale(x, center = TRUE, scale = TRUE)# S3 method for psa
scale(x, center = TRUE, scale = TRUE)
# S3 method for run_model
scale(x, center = TRUE, scale = TRUE)
# S3 method for dsa
scale(x, center = TRUE, scale = TRUE)
Input with normalized .cost
and
.effect
, ordered by .effect
.
Result of run_model()
or
run_psa()
.
Center results around base model?
Scale results to individual values?