Description Usage Arguments Value Examples
View source: R/SAVF_linear_score.R
: Calculates the Single Attribute Value Function (SAVF) score for a linearly increasing or decreasing function. It calculates the score based on the midpoint value method.
1 | SAVF_linear_score(x, x_low, x_mid, x_high, increasing = TRUE)
|
x |
Attribute raw value |
x_low |
Lowest value |
x_mid |
Midpoint value |
x_high |
Highest value |
increasing |
TRUE=increasing, FALSE=decreasing, Default: TRUE |
Linear SAVF Score
1 | SAVF_linear_score(10, 0, 25, 100, FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.