Displaying 1 result from an estimated 1 matches for "pnau".
Did you mean:
pau
2006 Jun 19
2
Nested variance-covariance matrix in Multilevel model
...: the compound symmetry parameter delta; the variance of
random effect sigma^2g; and the residual variance sigma^2. I have
formulas for the submatrices Lambda,Delta1 and Delta2 which I can't
really paste in here.
The SAS code dealing with this model is the following:
proc mixed data=rnadeg.pnau;
title 'CV structure for PNAU';
class probepos probeno end probe pixelid newprobeid;
model logPM=end logpgc / ddfm=satterth;
random probeno newprobeid / subject=probe type=cs;
lsmeans end / diff cl; run;
Any ideas are appreciated a lot since I am kind of stuck at this point.
Thank you
Tob...