Trying to build my own AHP description in relation with the AHP R package: https://cran.r-project.org/web/packages/ahp/vignettes/file-format.html
When running the following AHP https://gist.github.com/Edouard-Legoupil/cac9f4ca6130ce10e4a078ab143c1ec1 , I have this error:
Error in FUN(newX[, i], ...) : invalid 'type' (list) of argument
What am I missing?
Do I need to define a pairwiseFunction ? If yes, how and where?
Thanks in advance!