View source: R/architectures.R
rll_FPP | R Documentation |
First Past the Post random samples
First Past the Post random samples
rll_FPP(data, A, b_acc, b_rej, t0, drifts)
rll_FPP(data, A, b_acc, b_rej, t0, drifts)
data |
the data for one subject |
A |
Start point variability |
b_acc |
positive evidence threshold |
b_rej |
negative evidence threshold |
t0 |
non decision time parameter |
drifts |
An array of drift rates, 4 x length(rt) with the columns being vectors of drift rates for accept price, reject price, accept rating, reject rating respectively |
A new data object with the same shape and new randomly drawn responses and RT's.
A new data object with the same shape and new randomly drawn responses and RT's.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.