Displaying 2 results from an estimated 2 matches for "aaa4".
Did you mean:
aaa
2004 May 20
4
pmvt problem in multcomp
...or(t$int)
f <- as.factor(t$group2)
table(f)
f
1 2 3 4 5
104940 104940 104940 104940 104940
dat <- cbind(as.data.frame(y),f)
gc()
summary(simtest(y ~ f, data=dat, type="Dunnett"))
[1] "des <- model.matrix(ff, mf)"
(Intercept) aaa1 aaa2 aaa3 aaa4
1 1 1 0 0 0
2 1 0 1 0 0
3 1 0 0 1 0
4 1 0 0 0 1
attr(,"assign")
[1] 0 1 1 1 1
attr(,"contrasts")
attr(,"contrasts")$aaa
[1] "ct"
[1] "gls <- rep(0,nrow(conton...
2012 Feb 27
2
[PATCH] Pop3 order in courier migration script
...rier conversion script
(courier-dovecot-migrate.pl). In some cases, it does not correctly
preserve the order of POP3 UIDLs.
Consider the following case, when courierpop3dsizelist contains:
/2 9000 1327481629
AAA1:2,S 10000 21:1327481629
AAA2:2,S 10000 22:1327481629
AAA3:2,S 10000 23:1327481629
AAA4:2,S 10000 24:1327481629
AAA5:2,S 10000 25:1327481629
BBB11:2,S 10000 11:1327481629
BBB12:2,S 10000 12:1327481629
BBB13:2,S 10000 13:1327481629
BBB14:2,S 10000 14:1327481629
BBB15:2,S 10000 15:1327481629
and courierimapuiddb contains:
1 1327480919 9000
11 BBB11
12 BBB12
13 BBB13
14 BBB14
15 BBB15...