Replies: 2 comments 3 replies
-
Hey HY, As a first pass, I would suggest to model v1, v2, v3, v4 as separate regressions (the tutorials should provide you with sufficient info for that scenario). The soft-max regression approach is interesting, but I think we will have trouble shoe-horning that into the basic HSSM workflow with simple reliance on Bambi. You will be able to build such a model as a custom pymc model, using the HSSM provided random variables (in your case the race_4 model). Best, |
Beta Was this translation helpful? Give feedback.
-
Hi HY, Bambi will generally follow this logic: You have some linear model So for a fixed functional form So you could test a " Best, However where things become a little more tricky is if you actually want to treat the parameters |
Beta Was this translation helpful? Give feedback.
-
I am trying to think through how multiple covariates should be conceptualized in a race_4 model. For example, say I have two covariates, x1 and x2. The research questions is whether one or both of them contribute to the decision process in a 4-alternative forced-choice judgement.
My initial idea is to use a softmax regression, with the drift-rate v(s) among the 4 accumulators in the race_4 model dependent on linear combinations of x1 and x2. This looks conceptually simple, but I don't know the right syntax to estimate this model in HSSM. In particular, what should the formula and link function be? Is there a softmax link function in Bambi?
Thanks,
HY
Beta Was this translation helpful? Give feedback.
All reactions