CRAN

mau 0.1.2

Decision Models with Multi Attribute Utility Theory

Released Jan 17, 2018 by Pedro Guarderas

This package can be loaded by Renjin but 9 out 10 tests failed.

Dependencies

Rdpack 0.5-1 data.table 1.10.4-3 igraph 1.1.2 stringr 1.2.0 gtools 3.5.0 RColorBrewer 1.1-2 ggplot2 2.2.1

Provides functions for the creation, evaluation and test of decision models based in Multi Attribute Utility Theory (MAUT). Can process and evaluate local risk aversion utilities for a set of indexes, compute utilities and weights for the whole decision tree defining the decision model and simulate weights employing Dirichlet distributions under addition constraints in weights.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>mau</artifactId>
    <version>0.1.2-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:mau')

Test Results

This package was last tested against Renjin 0.9.2584 on Jan 19, 2018.

Source

R

View GitHub Mirror

Release History