Skip to content

Group and Individual Parameters in Regression #349

Answered by gpagnier
JoeSu112 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
There's a tutorial in the works that will address these questions but in the meantime I'll do my best to answer. When creating these models its generally a good idea to plot the graph of the model using graph() to see exactly what group/individual parameters you're asking the model to fit. If it's truly hierarchical, you can see this with graph() where there should be a mean and std (sigma) for the individual parameters.
In the equation you posted, it looks like you're only asking for a group effect of the intercept (represented by v_intercept). v_1|subject[1] represents the individual offset for subject[1] so the individual intercept for subject 1 in the example above would be v_Inte…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JoeSu112
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