https://github.com/danheck/multitreer

R interface for multiTree

https://github.com/danheck/multitreer

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

R interface for multiTree

Basic Info
  • Host: GitHub
  • Owner: danheck
  • Language: R
  • Default Branch: master
  • Size: 3.84 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Fork of moshagen/multiTreeR
Created over 9 years ago · Last pushed over 9 years ago

https://github.com/danheck/multiTreeR/blob/master/

multiTreeR
==========

multiTreeR is an R interface for multiTree. For more details, see 

Installation
------------

To install multiTreeR, run:

``` r
install.packages("devtools")
library(devtools)
install_github("moshagen/multiTreeR")
```

The Java Runtime Environment has to be installed on the target machine, get it here: 

Using multiTreeR
----------------

1.  Define the path to an existing MPT model file in .eqn format: `eqn <- 'source.eqn'`
2.  Either provide a data frame or define the path to an mdt: `mdt <- 'source.mdt'`
3.  Either define the path to an restrictions file or provide a list set parameter-restrictions: `restr <- list('a=g','D1=D2')`
4.  To run the analysis, call `res <- doMT(eqn, mdt, restrictions=restr)`
5.  Inspect results by calling `summary(res)` or by peeking in the results object `res$paramEst`

### References

-   Moshagen, M. (2010). multiTree: A computer program for the analysis of multinomial processing tree models. *Behavior Research Methods, 42,* 4254. 

Owner

  • Name: Daniel Heck
  • Login: danheck
  • Kind: user
  • Location: Germany
  • Company: Philipps-Universität Marburg

GitHub Events

Total
  • Fork event: 1
Last Year
  • Fork event: 1