Hi HDDM users,I have read the paper and online documentation on the HDDM package and I am trying to figure out, if I can use it for my data. I have an experiment with between- and within-subject factors: there 3 groups of subjects, which differ in their attentional focus. Each subject (in each group) get the same task with 5 different conditions. Briefly, the task is a cross-modal integration task with a foreground picture, a sound, and a background picture. The subject has to indicate with a button press, whether the two stimuli in their focus of attention are congruent (i.e. a picture of a lion and a roar sound) or not.Looking at the (model-free) correct/false responses and RTs, I see different effects on the within-subject factor "condition" interacting with the between-subject factor "attentional focus".I have 2 questions:1. In my understanding, I would need a 3-level model with different group distribution, from which all the subjects of each group are drawn. The within-subject factor "condition" is then drawn from the subject-specific distributions. Does HDDM support these 3-level hierarchies?
2. The same response (e.g. "congruent") to the same stimulus, can be both correct or false, depending on the between-subject factor (attentional focus). Does it make more sense to recode the "congruent/incongruent" rseponse into "correct" and "false", so that they are consistent across the different groups?
Any insight is greatly appreciated.Jan
--
You received this message because you are subscribed to the Google Groups "hddm-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hddm-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "hddm-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hddm-users+...@googlegroups.com.
Hi Mads,
model = hddm.HDDMRegressor(data, "v ~ 0 + group + C(session, Treatment('BL'))", p_outlier = 0.05)
and
model = hddm.HDDMRegressor(data, {"v ~ C(session, Treatment('BL'))*C(group, Treatment('on')))"}, keep_regressor_trace=True, p_outlier=.05, is_group_model=True)
but got errors like that too. I will try your model on my data. I will report back.
Best,
Marjorie
In the meantime I’d still be interested to hear if anyone knows why coding with 999 (for no-go responses) does not work in HDDMRegressor.
Mads
On Fri,14-Jul,2017, at 17:38 , Marjorie <marjorie...@gmail.com> wrote:
Hi Mads,How did you manage not to get the error complaining about missing columns in the design matrix when you use the C(group) in your hddmregression model? Because putting group inside of "v ~ C(group)" instead of as a depends_on argument makes the model look for group 'on' and 'off' for each subject, because it thinks it is a repeated measure and errors out, right?That is the error I get when I run your model on my data.Best,Marjorie--
You received this message because you are subscribed to the Google Groups "hddm-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hddm-users+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "hddm-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hddm-users+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to hddm-users+...@googlegroups.com.