Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lme4::lmer notation #233

Open
jarbet opened this issue Jun 12, 2024 · 1 comment
Open

lme4::lmer notation #233

jarbet opened this issue Jun 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jarbet
Copy link

jarbet commented Jun 12, 2024

I have a question about the notation you are using for lme4::lmer. Consider your example:

image

Why did you parameterize multiple variances for the random intercepts as $\sigma^2_{\alpha_j}$ for $j=1,...,J$ rather than assuming a fixed variance, i.e. $\alpha_j \sim N(\mu_{\alpha_j}, \sigma^2_\alpha)$ ?

Perhaps I'm missing something, but my understanding is the model assumes the random intercepts come from a normal distribution with common variance?

@datalorax
Copy link
Owner

Yes, I think you're correct and this is an error.

@datalorax datalorax added the bug Something isn't working label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants