Description Usage Arguments Value
View source: R/processSimulations.R
This function manipulates the output of generateData
. It
recodes actions as binary (right == 1, left == 0), calculates the proportion
of actions right or left as of each trial, determines if a transition is
common or not (inherent in the task structure), and filters the data to
remove the Qtable while retaining meta data such as the temporal discounting
factor (gamma) learning rate for simulated data (alpha), and the probability
of receiving a reward for each image.
1 |
data |
The data to be manipulated. Typically, the output of
|
Manipulated data with 21 columns and however many trials were run (just real or with real and simulated experience combined).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.