R/RMCriteria.R

#' RMCriteria: Solves MCDA problems using Promethee methods.
#'
#' RMCriteria solves Multiple-Criteria Decision Analysis (MCDA) problems.
#' For now, it only supports Promethee methods, but other methods may be
#' developed in the future.
#'
#' RMCriteria supports Promethees I, II, III, IV, IV Kernel and V.
#'
#' @docType package
#' @name RMCriteria
#' @useDynLib RMCriteria
#' @import Rcpp
#' @import RcppNumerical
#'
NULL

Try the RMCriteria package in your browser

Any scripts or data that you put into this service are public.

RMCriteria documentation built on May 2, 2019, 2:11 a.m.