Skip to content
Prev 295753 / 398503 Next

a simple mixed model

On May 27, 2012, at 07:12 , array chip wrote:

            
Sounds like a pretty standard two-way ANOVA with random row effects. 

If the design is complete (M x K with K = 3 in this case), you look at the row and column means. An additive model is assumed and the residual (interaction) is used to estimate the error variance. 

The variation of the row means is compared to the residual variance. If tau is the variance between row levels, the variance of the row means is sigma^2/K + tau, and tau can be estimated by subtraction. 

The column averages can be tested for systematic differences between visits with the usual F test. A non-zero effect here indicates that visits 1, 2, 3 have some _systematic_ difference across all individuals. 

For an incomplete design, the model is the same, but the calculations are less simple.