search for: model_lme

Displaying 2 results from an estimated 2 matches for "model_lme".

Did you mean: model1lme
2004 Dec 09
2
Mixed effects model help
...empting to set up a mixed effects model, with one factor fixed (put in as.factor, with three factor levels) and one factor random(put in as.factor, with four different batches) as well as the interactions. I have tried the lme function, but R continues to crash everytime I run it... My code is: model_lme(y~a,random=~b+a:b) Is this way off base? I just need to get F statistics to do hypothesis testing. Thanks, Chris
2004 May 04
1
RE: more on lm(y~x) question: removing NA´s
1. If your code actually runs, you should upgrade R, and quit using `_' for assignment... 8-) 2. You seem to have an extraneous `]' after the na.exclude. Could that be the problem? Andy > From: Christoph Scherber > > actually, the situation is much more complicated. I am producing > multiple graphs within a "for" loop. For some strange reason, the >