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.
- Install the package
devtools
.
Run the code below:
install.packages("devtools")
- Run the command:
library("devtools")
- Now you will be able to install the
priorInferenceIterative
by running:
install_github("CognitiveModeling/priorinference_iterative@HEAD")