BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
fatemeh
Quartz | Level 8

Hello all,

I am looking for a source, an article or a book with examples that give me interpretation of V matrix and Z matrix in V=ZGZ'+R in mixed model with repeated measure, fixed and random effects. Any help will be appreciated. 

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ
See Chapter 1 of Littel et al, "SAS for Mixed Models" (or pretty much any other mixed model book). Also see the Appendix 1: "Linear Mixed Model Theory"

In the model
Y = X*beta + Z*u + epsilon
Z is the design matrix for the random effects. G is the covariance matrix for the random effects: u ~ MVN(0,G). R is the covariance matrix for the error distribution, which is assumed to be epsilon ~ MVN(0,R). The marginal distribution of Y is Y ~ MVN(X*beta, V), where V = Z`*G*Z + R = Var[Y].

View solution in original post

1 REPLY 1
Rick_SAS
SAS Super FREQ
See Chapter 1 of Littel et al, "SAS for Mixed Models" (or pretty much any other mixed model book). Also see the Appendix 1: "Linear Mixed Model Theory"

In the model
Y = X*beta + Z*u + epsilon
Z is the design matrix for the random effects. G is the covariance matrix for the random effects: u ~ MVN(0,G). R is the covariance matrix for the error distribution, which is assumed to be epsilon ~ MVN(0,R). The marginal distribution of Y is Y ~ MVN(X*beta, V), where V = Z`*G*Z + R = Var[Y].

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1773 views
  • 2 likes
  • 2 in conversation