set_alternative {DEXiR} | R Documentation |
Set values of a single decision alternative and represent it with a data frame. Usually, only input values are set in this way. The data frame can then be evaluated to set the values of output attributes.
set_alternative(model, alternative, ...)
model |
A DexiModel object. Required. |
alternative |
|
... |
A list of parameters specifying the values of the newly created decision alternative.
Each parameter is expected to be in the form There are several possible ways to specify
For attributes associated with continuous scales,
only |
A one-row data frame with columns corresponding to model
's attributes, collectively
representing a single decision alternative. The columns not copied from alternative
(as a data frame)
nor set by any parameter contain NA
s.
DEXiR-package notes on values in DEXi models.