/priorinference_iterative

Prior inference code (4 trials in a block)

Primary LanguageR

Prior Inference Iterative R package

Authors of the package: Martin V. Butz, Hania Elkersh, Asya Achimova

This package contains all the functions of the common code of the iterative prior inference (dependent and independent of the trial order) and utterance choice models. It was designed to analyze and model data.

To be able to use the priorInferenceIterative package you need to follow these steps:

  1. Install the package devtools.

Run the code below:

install.packages("devtools")
  1. Run the command:
library("devtools")
  1. Now you will be able to install the priorInferenceIterative by running:
install_github("CognitiveModeling/priorinference_iterative@HEAD")