Extract the (normalized) utility scale for an elimination-by-aspects (EBA) model.
uscale(object, norm ="sum", log =FALSE)
Arguments
object: an object of class eba, typically the result of a call to eba
norm: either sum, so the scale values sum to unity (default); or a number from 1 to number of stimuli, so this scale value becomes one; or NULL (no normalization)
log: should the log of the utility scale values be returned? Defaults to FALSE.
Details
Each utility scale value is defined as the sum of aspect values (EBA model parameters) that characterize a given stimulus. First these sums are computed for all stimuli, then normalization (if any) is applied. As each type of normalization corresponds to a multiplication by a positive real number, the ratio between scale values remains constant.