Non-hierarchical DDM for group data to get independant parameter estimates? #493
Answered
by
frankmj
naziajassim
asked this question in
Q&A
Replies: 1 comment
-
You can certainly model each participant individually but you will not
benefit from hierarchical inference. It is still ok to fit hierarchical
models and then correlate posterior parameters from each individual with
the questionnaires (see here
<https://www.sciencedirect.com/science/article/pii/S0022249616300025>).
Even better you can use a between subjects regression to directly estimate
within the model how the scores affect a particular model parameter (but
for this approach it would be helpful to have a specific hypothesis about
which score relates to which parameter).
That said, if you still want to fit each participant individually, you can
simply create different data frames for each participant, define the model
applied to that dataframe, and then sample each of them.
…On Thu, Jul 11, 2024 at 7:39 AM Nazia Jassim ***@***.***> wrote:
Hi there, I was wondering if there's a simple way of setting up a
non-hierarchical ddm after reading in my group data? I have a heterogenous
group of participants with different scores on a psychiatric questionnaire,
so I'd eacg participant's parameter estimates to be independant of the
group.
In order words, is there a simple trick to ensure
non-hierarchical/within-subject ddm's are computed separately for each
participant? Or would I have to read in each participant's data separately
and run separate within-subject ddm's for each?
Thanks a ton and looking forward to all the upcoming HSSM updates!
—
Reply to this email directly, view it on GitHub
<#493>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG7TFA5XTZNGYOFNFRFU2DZLZVFZAVCNFSM6AAAAABKWZMZUSVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWHEZDEOBZGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
naziajassim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I was wondering if there's a simple way of setting up a non-hierarchical ddm after reading in my group data? I have a heterogenous group of participants with different scores on a psychiatric questionnaire, so I'd like each participant's parameter estimates to be independant of the group.
In order words, is there a simple trick to ensure non-hierarchical/within-subject ddm's are computed separately for each participant? Or would I have to read in each participant's data separately and run separate within-subject ddm's for each?
Thanks a ton and looking forward to all the upcoming HSSM updates!
Beta Was this translation helpful? Give feedback.
All reactions