On Thu, Nov 12, 2009 at 10:14 AM, milton ruser <milton.ruser at gmail.com>
wrote:
Hi Ana,
I am not quite sure if it is the problem, but if you call your data.frame
as
exp,
you will crash exp() function... try use another name for your
data.frame.
By the way, I suggest you not use attach().
Try something like model<-lme(weight~date*diet, data=yourdataframe)
good luck
and include the random specification in the call to lme, not as a
separate assignment.
milton
On Thu, Nov 12, 2009 at 5:43 AM, ANARPCG <a.gouveia07 at imperial.ac.uk>
wrote:
Milton's point is dead-on, and I would highly encourage you to give the
posting guide a look.
That said... you might try "na.action = na.omit" in your call to...
actually, we don't know what function you are using (see first point).
Regardless, sounds like you have missing data and na.action is set to
na.fail (ie, "fail" if any missing data).
cheers, Dave
milton ruser wrote:
Dear Ana Golveia,
It is completelly impossible someone realise what kind or help you
what is happening. I suggest you give a look on the posting guide,
that part about a minimum reproducible code with self explaining
information, etc.
Cheers
milton
On Wed, Nov 11, 2009 at 7:22 AM, ANARPCG <a.gouveia07 at imperial.ac.uk>
wrote:
CAN ANYONE PLEASE HELP ME WITH THIS
i HAVE TO DO A MIXED EFFECT LINEAR MODEL WITH MY DATA DUE TO THE FACT
THAT
I
have pseudoreplication!
Although after reading and trying it for several times can get around
to
"Error in na.fail.default(list(date = c(1L, 2L, 3L, 4L, 5L, 6L, 7L,