search for: lotd

Displaying 3 results from an estimated 3 matches for "lotd".

Did you mean: load
2007 Dec 11
0
LOTD with CentOS 5
Howdy folks - I just moved my laptop from Fedora to CentOS. FC6 was running rather sweet, then they decided to EOL it, and F8 - while it had some nice new features, it was just way to quirky for me. I no longer enjoy re-installing the OS quite so often, hence my move to CentOS. So I installed CentOS 5 on my laptop, and built a bunch of packages, making "yet another" repo for CentOS.
2010 Jun 21
2
Singularity in simple ANCOVA problem
...ot defined because of singularities) Estimate Std. Error t value Pr(>|t|) (Intercept) 4.5004639 0.1273234 35.347 3.42e-08 *** Age -0.0001546 0.0004605 -0.336 0.7485 LotB -0.1941237 0.1706005 -1.138 0.2986 LotC 0.1099485 0.1554378 0.707 0.5059 LotD -0.5586598 0.1558853 -3.584 0.0116 * LotE -0.1214948 0.1698331 -0.715 0.5013 LotF NA NA NA NA --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Residual standard error: 0.1787 on 6 degr...
2002 Sep 14
0
p.s. regarding stripchart missing-data report (PR#2019)
...A # don't know what else to do with these (4 of them) act[act=="11"] <- 1 act <- apply(act,2,as.numeric) # convert to numeric lot <- as.matrix(t1[,21:30]) # 5=strongly agree, 1=strongly disagree colnames(lot) <- c("LOTa","LOTb","LOTc","LOTd","LOTe","LOTf","LOTg","LOTh","LOTi","LOTj") lot[,c(3,7,9)] <- 6-lot[,c(3,7,9)] lot.score <- apply(lot[,c(1,3,4,7,9,10)],1,mean,na.rm=T) #columns correspond to LOTa, LOTc, LOTd, LOTg, LOTi, LOTj mss <- as.matrix(t1[,41:72])...