reinf | R Documentation |
A classical reinforcement learning test.
reinf(data, .by = NULL, .input = NULL, .extra = NULL)
data |
Raw data of class |
.by |
The column name(s) in |
.input , .extra |
Each is a |
An object with the same class as data
contains following values:
pc_learn |
The total percent of correct in the learn phase. |
pc_test |
The total percent of correct in the test phase. |
pc_approach |
The percent of correct for approach trials. |
pc_avoid |
The percent of correct for avoid trials. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.