[R] Conveting SAS Proc mixed to R code

RKinzer ryank at nezperce.org
Thu Apr 14 19:37:48 CEST 2011


Hello all,

I am trying to teach myself R and replicate some previous SAS analysis. 
Could someone please help me translate the following SAS code into R.

Proc mixed method=ml
Class Group Treatment Stream Time Year;
Model Logrpk=Treatment Time Treatment*Time;
Random Group Stream (Group Treatment) Year(Time);

Thank you to anyone that may help!

--
View this message in context: http://r.789695.n4.nabble.com/Conveting-SAS-Proc-mixed-to-R-code-tp3450271p3450271.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list