Intercept in mixed effects model [Software]

posted by PharmCat  – Russia, 2022-11-03 16:02 (537 d 23:22 ago) – Posting: # 23356
Views: 1,918

(edited by on 2022-11-03 16:34)

Hello!

As Helmut said - the intercept term is practically always included in the model.

upd: HaHah)) I was mistaken... corrected interpretation is:

For random effect - you can include intercept, but what will it mean?

For example, if you have repeated effect model with factor 'trt' in sequence AABB for each subject and use random effect model ~ trt (correctly: ~ 0 + trt) with covariance structure "DIAG" you will get Z1 matrix (only 2 obs for subject, but you can make 4):

A B
1 0
0 1
...


With intercept your random effect model (~ 0 + trt) you will get Z2 matrix:

I B
1 0
1 1
...


G matrix same:

a  b
σ₁ 0
0  σ₂


and
σ₁ = 0.2
σ₂ = 0.3

V' = ZGZ'


So in the first case (no intercept), you will get variance estimate vector [a, b] where a - variance for A, b - variance for B.

Z1*G*Z1' =
 0.2  0.0
 0.0  0.3


So in the second case (with intercept), you will get variance estimate vector [a, b] where a - variance for intercept term (actually base level A), b - a "difference" of variance between A and B.

Z2*G*Z2' =
 0.2  0.2
 0.2  0.5


upd

Complete thread:

UA Flag
Activity
 Admin contact
22,993 posts in 4,828 threads, 1,658 registered users;
62 visitors (0 registered, 62 guests [including 2 identified bots]).
Forum time: 16:24 CEST (Europe/Vienna)

So far as I can remember,
there is not one word in the Gospels
in praise of intelligence.    Bertrand Russell

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5