Probably basic question, but I'm not aure how to do it. If one wants to estimate a multilevel model, but only with fixed effects, not random effects estimated, how one would do that? For example, here is my model:
model4 <- lmer(m ~ x + ( | id) , data = data_stacked2, REML = TRUE)
Thanks.