View source: R/architectures.R
ll_MW | R Documentation |
A model where both accumulators for Price and Rating must terminate before either the option is accepted or rejected.
A model where both accumulators for Price and Rating must terminate before either the option is accepted or rejected.
ll_MW(rt, A, b_acc, b_rej, t0, drifts, accept)
ll_MW(rt, A, b_acc, b_rej, t0, drifts, accept)
rt |
A vector of response times |
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 |
accept |
Whether we are looking at accept or reject trials |
The log likelihood of the rts for the accept or reject trials given the provided parameter values
The log likelihood of the rts for the accept or reject trials given the provided parameter values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.