Question about Lapse Specification in HSSM #897
Unanswered
simonarvin
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @simonarvin , Re question 1: Re question 2: Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, first of all, thank you for building and maintaining HSSM.
I have a few conceptual questions about how lapse/outlier processes are implemented.
1) What happens to outlier trials?
When a trial is assigned to the outlier process (with probability
p_outlier):In other words: how exactly are these trials treated in the likelihood?
2) Random effects for lapse parameters?
It appears that
p_outlier(and possiblylapse) are currently global parameters.However, participants likely differ in lapse tendencies (e.g., attention, fatigue, motor slips).
Is there currently a way to:
p_outlier?p_outlier ~ 1 + (1|id)?If not currently supported, is this conceptually compatible with the HSSM framework?
Thanks again for the excellent tool, really appreciate any clarification!
Beta Was this translation helpful? Give feedback.
All reactions