>>>>> "Pascal" == Pascal A Niklaus <[EMAIL PROTECTED]> writes:
Pascal> lme should do the job (r1,r2,r3 are your random factors): Pascal> library(nlme) y.lme <- lme(y ~ 1,random = ~ 1 | r1/r2/r3) Pascal> summary(y.lme) Pascal> This is equivalent to a call to varcomp in S-Plus Thanks! This was the clue I needed. -- Russell Senior ``I have nine fingers; you have ten.'' [EMAIL PROTECTED] ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
