CRAN

MLDS 0.4.5

Maximum Likelihood Difference Scaling

Released Aug 19, 2015 by Ken Knoblauch

This package can be loaded by Renjin but 1 out 23 tests failed.

Dependencies

MASS 7.3-50

Difference scaling is a method for scaling perceived supra-threshold differences. The package contains functions that allow the user to design and run a difference scaling experiment, to fit the resulting data by maximum likelihood and test the internal validity of the estimated scale.

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>MLDS</artifactId>
    <version>0.4.5-b51</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:MLDS')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.