CRAN

DstarM 0.3.0

Analyze Two Choice Reaction Time Data with the D*M Method

Released May 18, 2018 by Don van den Bergh

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

Dependencies

RcppArmadillo 0.8.500.0 ggplot2 2.2.1 Rcpp rtdists 0.8-1 DEoptim 2.2-4 RWiener 1.3-1

A collection of functions to estimate parameters of a diffusion model via a D*M analysis. Build in models are: the Ratcliff diffusion model, the RWiener diffusion model, and Linear Ballistic Accumulator models. Custom models functions can be specified as long as they have a density function.

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>DstarM</artifactId>
    <version>0.3.0-b2</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:DstarM')

Test Results

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

Source

R
C
C++

View GitHub Mirror

Release History