Displaying 2 results from an estimated 2 matches for "a1p".
Did you mean:
a1
2003 Sep 03
2
lme in R and Splus
...w[ii],sd=sdkern)
}
# create a dataframe to hold the data
df1 <- data.frame(y=yy,K=KK,sub=1)
df1$sub <- as.factor(df1$sub)
# now fit a mixed model using lme
a1 <- lme(fixed= y ~ 1,
random= pdIdent(~KK-1),
data=df1,na.action=na.omit)
# obtain and plot the fitted values
a1p <- as.vector(predict(a1,df1))
lines(ss,a1p,lty=1)
##################### END OF CODE ######################################3
--
*********************************************************************
| Michael Fugate Temp Phone: (505) 665-1817 |
| Statistical Sciences Gro...
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