Lmer and glmer in jamovi

Discuss the jamovi platform, possible improvements, etc.
Post Reply
yola
Posts: 1
Joined: Mon Apr 01, 2024 12:50 pm

Lmer and glmer in jamovi

Post by yola »

Hello,

I have a very basic question, as I was navigating jamovi and wanted to clarify some doubts. So, I am planning to use lmer and glmer. Can you, please, confirm, if lmer refers to the "Generalized Linear Models" and glmer to "Generalized Mixed Models" in jamovi gamlj module.

Thank you.
User avatar
mcfanda@gmail.com
Posts: 463
Joined: Thu Mar 23, 2017 9:24 pm

Re: Lmer and glmer in jamovi

Post by mcfanda@gmail.com »

Here is jamovi to R:

General Linear Model-> lm()
Generalized Liner Models -> glm() (plus some specific commands)
Mixed Models -> lmer() and lme()
Generalized Mixed Models -> glmer()

Gamlj uses a lot of other R packages to accomplish specific tasks, but these are the basic R commands.
Post Reply