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))

AFIT-R/MODA documentation built on May 28, 2019, 11:01 a.m.