Skip to content
Prev 125833 / 398500 Next

Disentagling formulas

I tried

formula<-y~X1+X2+X3
update.formula(formula,.-NewRandomEffects~.)

and this runs without an error. So I still didn't get the point.

You may also need to insulate your new response variable if you want to 
estimate a model with in fact only one response variable, which ist done 
by I() as in

update.formula(formula,I(.-NewRandomEffects)~.)

hrth.

Rebecca Sela schrieb: