Displaying 1 result from an estimated 1 matches for "tp3913431p3913431".
2011 Oct 17
0
Analyze each factor separtely
...n +
1|code
tapply does not work (or rather i cannot get it to work)
In SAS i would simply use
PROC MIXED data=data;
by code;
model y=;
random code strain /solution;
run;
Not so easy in R?
thanks!
--
View this message in context: http://r.789695.n4.nabble.com/Analyze-each-factor-separtely-tp3913431p3913431.html
Sent from the R help mailing list archive at Nabble.com.