Skip to content

AHP Shiny

Compare
Choose a tag to compare
@gluc gluc released this 09 Jan 06:00
· 44 commits to master since this release
  • ADD: Support for multiple decision makers
  • ADD: Support for scores / scales
  • ADD: Multiple methods to derive priorities from scores and pairwise matrix (see ?Calculate)
  • ADD: Customize methods to derive priorities from scores and pairwise matrix
  • ADD: Visualize method
  • ADD: Shiny GUI. Use ahp::RunGUI()
  • CHANGE: Renamed GetDataFrame to Analyze
  • CHANGE: Renamed ShowTable to AnalyzeTable
  • CHANGE/ADD: Added LoadString, renamed LoadFile into Load
  • CHANGE: Major change in file format, without backwards compatibility. Add Version: 1.0 to the first line of old files.
  • CHANGE: Renamed all tr attributes to ahpTree
  • ADD: vacation multiple decision makers example to vignette("examples", package = "ahp")