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
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>
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.
- AutumnLab-examples
- Get6pts-examples
- MLDS-package-examples
- SimMLDS-examples
- SwapOrder-examples
- Transparency-examples
- boot.mlds-examples
- fitted.mlds-examples
- ix.mat2df-examples
- kk-examples
- lik6pt-examples
- logLik.mlds-examples
- make.ix.mat-examples
- mlds-examples
- plot.mlds-examples
- pmc-examples
- predict.mlds-examples
- print.mlds-examples
- rbind.mlds.df-examples
- runQuadExperiment-examples
- simu.6pt-examples
- summary.mlds-examples
- summary.mlds.bt-examples