Message-ID: <6940138.1061191220731409595.JavaMail.root@calliope.stern.nyu.edu>
Date: 2008-09-06T20:03:29Z
From: Rebecca Sela
Subject: LME prediction - object not subsettable?
In-Reply-To: <27678919.1061171220731366554.JavaMail.root@calliope.stern.nyu.edu>
I fit a random effects linear model to data, and then tried to use it to predict, but I got this error:
> predict(lmeObject, newdata, level=0)
Error in eval(mCall$fixed)[-2] : object is not subsettable
This is a new error for me. It still occurs if I change the level to 1 or if I change the data for prediction back to the original dataset to which the lme model was fitted.
Can anyone help?
Thank you in advance!
Rebecca