Matherion / mdmcda

A mirror of the GitLab repository at https://gitlab.com/r-packages/mdmcda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdmcda 📦

Multi-Decision Multi-Criteria Decision Analysis

Pipeline status

Coverage status

The pkgdown website for this project is located at https://r-packages.gitlab.io/mdmcda and its Git repository is located at https://gitlab.com/r-packages/mdmcda.

See the introductory vignette for an introduction. The Dutch MDMA Policy Think Tank that was active in 2019-2020 used this package to formulate policy recommendations. The rendered report of that project, including all code, is located at https://denktank.gitlab.io/mdma-policy-mdmcda; the corresponding Git repository at https://gitlab.com/denktank/mdma-policy-mdmcda; and the accompanying Open Science Framework repository which contains frozen registrations at https://osf.io/h58r6.

Other R packages for MCDA are the MCDA package, the MCDM package, and DecisionAnalysis package.

Installation

You can install the released version of mdmcda from CRAN with:

install.packages('mdmcda');

You can install the development version of mdmcda from GitLab with:

remotes::install_gitlab('r-packages/mdmcda');

If you want the even more cutting edge version, you can install from the dev branch (as opposed to the default branch, prod) with:

remotes::install_gitlab('r-packages/mdmcda@dev');

(This is assuming you have the remotes packages installed; otherwise, install that first using the install.packages function.)

About

A mirror of the GitLab repository at https://gitlab.com/r-packages/mdmcda


Languages

Language:R 91.4%Language:CSS 5.5%Language:JavaScript 3.1%