CRAN
MixedPsy 1.0.0
Statistical Tools for the Analysis of Psychophysical Data
Released Nov 16, 2017 by Alessandro Moscatelli
Dependencies
mnormt 1.5-5 Matrix 1.2-12 beepr 1.2 lme4 1.1-14 brglm 0.6.1 boot 1.3-20
Tools for the analysis of psychophysical data. This package allows to estimate the Point of Subjective Equivalence (PSE) and the Just Noticeable Difference (JND), either from a psychometric function or from a Generalized Linear Mixed Model (GLMM). Additionally, the package allows plotting the fitted models and the response data, simulating psychometric functions of different shapes, and simulating data sets. For a description of the use of GLMMs applied to psychophysical data, refer to Moscatelli et al. (2012),
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>MixedPsy</artifactId> <version>1.0.0-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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:MixedPsy')
Test Results
This package was last tested against Renjin 0.8.2527 on Nov 18, 2017.