Skip to content
Prev 16347 / 20628 Next

What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure?

Dear Ben,

I am a bit puzzled.

Do you mean that

m1 <- gls(value ~ factor1, data, correlation = corSymm(form = ~
1|participant), weights = varIdent(form = ~ 1|factor))

would be equivalent to

m2 <- lmer(value ~ factor1 + (factor1|participant), data)

and one should use gls() because it allows for the same covariance
structures as /REPEATED does?

And, if so, why should m2 cause an identification problem and m1 doesn't?

Regards,
Maarten
On Wed, Mar 21, 2018 at 12:03 PM, Ben Pelzer <b.pelzer at maw.ru.nl> wrote:

            

  
  

Thread (14 messages)

Douglas Bates What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 20 Rune Haubo What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 21 Ben Pelzer What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 21 Maarten Jung What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 21 Ben Pelzer What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 21 Maarten Jung What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 22 Ben Pelzer What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 22 Maarten Jung What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 22 Phillip Alday What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 22 Ben Pelzer What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 22 Rune Haubo What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 22 Maarten Jung What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 22 Rune Haubo What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 22 Maarten Jung What is the lmer/nlme equivalent of the REPEATED subcommand in SPSS's MIXED procedure? Mar 22