Skip to content
Discussion options

You must be logged in to vote

Stim coding is appropriate. Your model looks ok but looking briefly at the stim coding tutorial, your covariates for predicting z may have to be refactored to initialagree.stimcoding = (2 * (df_hssm["initial_agree"] == 1) - 1) while initialdisagree.stimcoding should be (df_hssm["initial_agree"] == 0). Your drift rate regression equation looks good to me.

Also this model isn't hierarchical, you may want to allow parameters to vary by individuals depending on your question (the exact syntax will depend if you use a centered or non centered model).

It's possible to use pymc syntax to calculate information criteria (the core of the HSSM model is a pymc model after all) but a better way to eva…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lauraglobig
Comment options

Answer selected by lauraglobig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants