igt | R Documentation |
A classical test on decision making. Read more details on wikipedia. This modified version uses pools to simulate cards, but the essential ideas are the same.
igt(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:
sum_outcome |
The total outcome over all trials. |
perc_good |
The number of choices on "good" pools. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.