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
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>
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.
- Voss.density-examples
- chisq-examples
- chisqFit-examples
- estCdf-examples
- estCdf_&_estQdf.Normalize_works_E1
- estCdf_&_estQdf.Normalize_works_E2
- estCdf_&_estQdf.Normalize_works_E3
- estCdf_&_estQdf.estCdf_works_
- estCdf_&_estQdf.estQdf_works
- estDstarM-examples
- estND-examples
- estObserved-examples
- estQdf-examples
- normalize-examples
- obsQuantiles-examples
- plotObserved-examples
- rtDescriptives-examples
- rtHist-examples
- simData-examples
- test-getpdfs_R.multiplication_works
- test-obsquantiles_R.obsquantiles_works
- testFun-examples
- testthat