Displaying 2 results from an estimated 2 matches for "_c3".
Did you mean:
3c3
2009 Jan 12
0
Two-way repeated measures anova with lme
...9;')),Subj=as.factor(rep(paste('s',1:9,sep=''),each=4)
),y=rnorm(108))
summary(aov(y ~ (Time*Cond) + Error(Subj/(Time*Cond)), data = df))
library(nlme)
anova(lme(y~Time*Cond,random=~1|Subj,data=df))
df2<-cast(df,Subj~Time+Cond)[-1]
mod<-lm(cbind(t1_c1,t1_c2,t1_c3,t1_c4,t2_c1,t2_c2,t2_c3,t2_c4,t3_c1,t3_c2,t3
_c3,t3_c4)~1,df2)
idata=data.frame(Time=gl(3,4),Cond=gl(4,1))
summary(Anova(mod,idata=idata,idesign=~Time*Cond),multivariate=F)
I would highly appreciate if anyone could explain why the results are
slightly different. I probably spent hours to f...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking