Description Usage Arguments Value
Simulate behavioural data
1 2 3 4 5 6 7 | simulate_behavioural_markers(
player,
partner,
n_rounds,
decision_time_mean = 750,
decision_time_sd = 100
)
|
player |
tbl row of the player |
partner |
tbl row of the player's partner (another player) |
n_rounds |
number of rounds to play |
decision_time_mean |
mean decision time of the sample |
decision_time_sd |
standard deviation of the above |
tbl with $id, $round_id, and markers for $decision_time, $partner_decision_time, $reveal_time, and $round_end_time all in ms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.