DEXiR
'DEXiR' is a software package for using DEXi models in 'R'.
DEXi models are hierarchical qualitative multi-criteria decision models developed according to the method DEX (Decision EXpert), using the program DEXi or DEXiWin.
A typical workflow with 'DEXiR' consists of:
- reading a .dxi file, previously made using the DEXi software (function read_dexi()),
- creating one or more data frames containing input values of decision alternatives,
- evaluating those alternatives (function evaluate()).
- analyzing alternatives (selective_explanation(), plus_minus(), compare_alternatives()),
- making charts.
'DEXiR' is restricted to using models produced externally by the 'DEXi' software and does not provide functionality for creating and/or editing DEXi models directly in 'R'.
Current version
1.0.1, initial version, being submitted to CRAN. Bug reports and suggestions are appreciated.
Installation
# From files in dexir/packages/:
install.packages("dexir/packages/DEXiR_1.0.1.tar.gz", repos = NULL, type = "source")
# or
install.packages("dexir/packages/DEXiR_1.0.1.zip", repos = NULL)