PROC MIXED is used to fit mixed effects model for correlated data.

Usually we can use either a REPEATED statment or a RANDOM statement.

The random statement is corresponding to lme function in R -- specifying a
random effect term.

The repeated statement actually directly specifies the covariance structure
-- is there a similar function in R to do this? I currently want to specify
a unstructured matrix. (Of course if i just want to use compound symmetry, i
know i can still use lme.)

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to