Skip to content
Prev 44700 / 398525 Next

lme - problems with model

If you want to try to get the same answers as PROC MIXED, I 
suggest you try to figure out how SAS codes interactions and which ones 
it retains.  Then you can try code those manually and include them as 
separate explanatory variables, e.g., I((water=="2")&(temp==110)).  You 
could work this out in "lm" then try the result on "lme". 

      An alternative would be to convert "temp" from a factor to a 
continuous variable.  I would make plots of the response variables vs. 
"temp" with different lines and symbols for "water" and "rep" to make 
sure I had something that was mostly linear in some transformation of 
"temp". 

      hope this helps. 
      spencer graves
CG Pettersson wrote: