CRAN

multichull 1.0.0

A Generic Convex-Hull-Based Model Selection Method

Released Nov 21, 2017 by Marlies Vervloet

This package can be loaded by Renjin but all tests failed.

Dependencies

plotly 4.7.1 shiny 1.0.5 shinythemes 1.1.1 igraph 1.2.1

Given a set of models for which a measure of model (mis)fit and model complexity is provided, CHull(), developed by Ceulemans and Kiers (2006) , determines the models that are located on the boundary of the convex hull and selects an optimal model by means of the scree test values.

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>multichull</artifactId>
    <version>1.0.0-b6</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:multichull')

Test Results

This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.

Source

R

View GitHub Mirror

Release History