search for: lm6

Displaying 5 results from an estimated 5 matches for "lm6".

Did you mean: l6
2003 Oct 28
1
error message in simulation
...c<-occasion-0.5 ppd<-c(b,a) h<-rep(0,nsims) mb<-mean(b) bppd<-b-mb bappd<-c(h,bppd) occgr<-occ*gr subject<-c(1:nsims) sub<-c(subject,subject) library(nlme) lm5<-lme(ppd~occ+gr+occgr,random=~1|sub) lm5f<-fixed.effects(lm5) lm5c<-as.matrix(lm5f) lm5a<-anova(lm5) lm6<-lme(ppd~occ+gr+occgr,random=~1|sub,method="ML") lm6f<-fixed.effects(lm6) lm6c<-as.matrix(lm6f) lm6a<-anova(lm6) lm7<-lme(ppd~occ+gr+occgr+bappd,random=~1|sub,method="ML") lm7f<-fixed.effects(lm7) lm7c<-as.matrix(lm7f) lm7a<-anova(lm7) param1[itn]<-coe...
2009 Sep 23
1
More naive questions: HLM6 comparisons? what is a "stack imbalance" in lmer? does lmer center variables?
1. One general question for general discussion: Is HLM6 faster than lmer? If so, why? What should I watch for to spot the differences? I'm always advocating R to students, but some faculty members are skeptical. A colleague compared the commercial HLM6 software to lmer. HLM6 seems to fit the model in 1 second, but lmer takes 60 seconds. My first...
2010 Jan 12
0
[Solved][Code Snippets] Dropping Empty Regressors
...had taken more then a Trig course. Where was I? # # Yes that phantom 'i' you see is that this is all in a big loop # for 6 possible models # lm1 = all regressors w/ intercept # lm2 = lm1 stepwise removal # lm3 = all regressors wo/ intercept # lm4 = lm3 stepwise removal # lm5 = Hand Tuned # lm6 = lm5 stepwise removal ################################################### toPurge=c() for(k in names(newmcReg[[i]])) { print (paste("check to see if",k,"is a useless regressors for model",i)) if(sum(newmcReg[[i]][k][,1])==length(newmcReg[[i]][k][,1])) { print(paste("Al...
2002 Sep 14
0
p.s. regarding stripchart missing-data report (PR#2019)
...enial.score+sex+truste.score+minrisk.numbers.sm+exagg.numbers.sm+QOL.numbers.sm +worry.numbers.sm+trust.numbers.sm+comfort.numbers.sm+mss.m.score+mss.b.score) anova(lm4) #lm5 <- lm(deviat.logo.sm ~ stai.score+lot.score+educ+sex+minrisk.numbers.sm+QOL.numbers.sm #+worry.numbers.sm) #anova(lm5) #lm6 <- lm(deviat.logo.sm ~ educ+sex+age) #anova(lm6) #lm7 <- lm(deviat.logo.sm ~ stai.score) #anova(lm7) #lm8 <- lm(deviat.logo.sm ~ worry.numbers.sm) #anova(lm8) #lm9 <- lm(minrisk.numbers.sm ~ truste.score+mss.m.score+worry.numbers.sm+stai.score) #anova(lm9) lm10 <- lm(minrisk.num...
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