Skip to content
Prev 16590 / 20628 Next

syntax equation of random intercepts and slopes model

It should be:

u_0i ~ N(0, ?^2_0)
u_1i ~ N(0, ?^2_1)
e_ij ~ N(0, sigma^2)

and it is also worth mentioning that the model allows for correlation between u_0i and u_1i. So, technically, the assumption is:

[u_0i] ~ MVN([0], [?^2_0  rho*?_0*?_1])
[u_1i]      ([0]  [       ?^2_1      ])

And if one wants to be really explicit, we assume that u_0i and e_ij are independent and u_1i and e_ij are independent.

Best,
Wolfgang

-----Original Message-----
From: R-sig-mixed-models [mailto:r-sig-mixed-models-bounces at r-project.org] On Behalf Of Juan Pablo Edwards Molina
Sent: Friday, 18 May, 2018 1:34
To: Ben Bolker
Cc: R SIG Mixed Models
Subject: Re: [R-sig-ME] Fwd: syntax equation of random intercepts and slopes model

Thanks prof. Bolker,
Do you mean this?

u_i?N(0,?^2)      e_ij?N(0,v_i)

Juan
Juan

2018-05-17 16:57 GMT-03:00 Ben Bolker <bbolker at gmail.com>: