scale.combined_model | R Documentation |
Normalize cost and effect values taking base model as a reference.
## S3 method for class 'combined_model'
scale(x, center = TRUE, scale = TRUE)
## S3 method for class 'psa'
scale(x, center = TRUE, scale = TRUE)
## S3 method for class 'run_model'
scale(x, center = TRUE, scale = TRUE)
## S3 method for class 'dsa'
scale(x, center = TRUE, scale = TRUE)
x |
Result of |
center |
Center results around base model? |
scale |
Scale results to individual values? |
Input with normalized .cost
and
.effect
, ordered by .effect
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.