Displaying 2 results from an estimated 2 matches for "model_lm".
Did you mean:
model_glm
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
...al biomass",ylab="% of total
> cover",pch="n")
> for (k in 1:length(foranalysis[93:174,i]))
> number[k]_substring(plotcode[foranalysis[k,1]],1,5)
> text(foranalysis[93:174,i],foranalysis[93:174,i+1],number)
> **********************************
> model_lm(j~k,na.action=na.exclude])
> **********************************
> abline(model)
> abline(0,1,lty=2)
> }
>
> Does anyone have any suggestions on this?
>
> Best regards
> Chris.,
>
>
>
>
> Liaw, Andy wrote:
>
> >By (`factory') de...