[R] lme model specification

2005-06-09 Thread Eric Hack
Dear All, I am trying to specify the following fixed effects model for lme: y ~ constant1 - beta1*(x - beta2) where y is the response, x is the independent variable, and the operators above are real arithmetic operations of addition, subtraction, and multiplication. I realize that this

RE: [R] lme model specification

2005-06-09 Thread Eric Hack
and the other list. Eric On 6/9/05, Eric Hack [EMAIL PROTECTED] wrote: Dear All, I am trying to specify the following fixed effects model for lme: If you have a linear fixed-effects model you should use lm, not lme. y ~ constant1 - beta1*(x - beta2) where y is the response, x