SAVF_categorical_score: Single Attribute Value Function (SAVF) Categorical Score

Description Usage Arguments Value Examples

View source: R/SAVF_categorical_score.R

Description

: Calculates the Single Attribute Value Function (SAVF) score for a categorical value.

Usage

1

Arguments

x

Attribute raw value

categories

Vector of categories

weights

Numeric vector of category weights

Value

Categorical SAVF Score

Examples

1
## Not run:  SAVF_categorical_score("Tom", c("Tom", "Bill" ,"Jerry"), c(0.1, 0.25, 0.65))

joshdeehr/DecisionAnalysis documentation built on Nov. 7, 2019, 12:13 a.m.