Displaying 7 results from an estimated 7 matches for "td2".
Did you mean:
td
2001 Sep 12
0
AES update..
...1;
-
- for(i = 0; i < 10; ++i) {
- rco_tab[i] = p;
+/*
+Te0[x] = S [x].[02, 01, 01, 03];
+Te1[x] = S [x].[03, 02, 01, 01];
+Te2[x] = S [x].[01, 03, 02, 01];
+Te3[x] = S [x].[01, 01, 03, 02];
+Te4[x] = S [x].[01, 01, 01, 01];
+
+Td0[x] = Si[x].[0e, 09, 0d, 0b];
+Td1[x] = Si[x].[0b, 0e, 09, 0d];
+Td2[x] = Si[x].[0d, 0b, 0e, 09];
+Td3[x] = Si[x].[09, 0d, 0b, 0e];
+Td4[x] = Si[x].[01, 01, 01, 01];
+*/
- p = (p << 1) ^ (p & 0x80 ? 0x1b : 0);
+static const u32 Te0[256] = {
+ 0xc66363a5U, 0xf87c7c84U, 0xee777799U, 0xf67b7b8dU,
+ 0xfff2f20dU, 0xd66b6bbdU, 0xde6f6fb1U, 0x91c5c554U,
+...
2003 May 19
2
To update() or not to update()?
Hi,
Suppose I have:
# Fit a base model
d1.ph <- coxph(Surv(start, stop, event)~
ejec + diavol + score + smoking +
beta + surg.done,
data = data.frame(foo))
summary(update(d1.ph, . ~ . + td1))
summary(update(d1.ph, . ~ . + td2))
As I have many columns in my data frame, foo, called td's. e.g. td1, td2,
td3, .... And I'd like to add one column each time. What is the
recommended way to do this? Whether I should do what I did above, or
should I do something like:
td1.ph <- coxph(Surv(start, stop, event)...
2010 Aug 26
3
Passing data to aov
...s correct to me
attach(mylist)
if (length(pcs) > 1) out <- manova(formula = form, ...)
if (length(pcs) == 1) out <- aov(formula = form, ...)
print(summary(out))
detach(mylist)
invisible(out)
}
# test data
td1 <- matrix(rnorm(50), ncol = 5) # like PCA scores
td2 <- list(
f1 = as.factor(sample(c("A", "B"), 10, replace = TRUE)),
f2 = as.factor(sample(c("C", "D"), 10, replace = TRUE)))
# test call
hypTestScores(mylist = td2, score.matrix = td1,
fac = c("f1", "f2"))
detach("mylist...
2005 May 09
0
Dell Powervault 132T tape library
...r it.
[root at orion scotty]# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 06 Lun: 00
Vendor: SEAGATE Model: DAT DAT72-052 Rev: A060
Type: Sequential-Access ANSI SCSI revision: 03
Host: scsi1 Channel: 00 Id: 01 Lun: 00
Vendor: IBM Model: ULTRIUM-TD2 Rev: 37RH
Type: Sequential-Access ANSI SCSI revision: 03
Host: scsi3 Channel: 01 Id: 06 Lun: 00
Vendor: PE/PV Model: 1x8 SCSI BP Rev: 1.1
Type: Processor ANSI SCSI revision: 02
Host: scsi3 Channel: 02 Id: 00 Lun: 00
Vendor: MegaRAID Mod...
2007 May 15
1
Effect.dropout and Too Much Recursion Error
...quest({
onLoading: notice.update("saving data .. ..."),
onComplete: function(transport){
notice.update("Form data saved...");
var newID = transport.responseText;
newRow = Builder.node(''tr'');
td1 = Builder.node(''td'',staffName);
td2 = Builder.node(''td'', [Builder.node(''a'', {href:
''#'',onclick:"deleteUser(''"+newID+"'')"}, ''delete'')]);
newRow.appendChild(td1);
newRow.appendChild(td2);
$(''listStaff'').a...
2013 Apr 03
3
arrayInd and which
Folks,
I have Googled but not found much regarding arrayInd aside from the "which" help page.
Any good examples or docs on what arrayInd does that is better or different from which()?
In addition take the following 20x10 matrix:
td<-structure(c(1, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 4, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 1, 6, 6, 6, 6, 6,
6, 6, 1, 6, 6, 6, 6,
2005 Sep 30
2
boot errors
...st adapt
er
scsi: host 3 channel 0 id 0 lun3 has a LUN larger than allowed by the host adapt
er
scsi: host 3 channel 0 id 0 lun4 has a LUN larger than allowed by the host adapt
er
scsi: host 3 channel 0 id 0 lun31 has a LUN larger than allowed by the host adap
ter
Vendor: IBM Model: ULT3580-TD2 Rev: 4772
Type: Sequential-Access ANSI SCSI revision: 03
scsi: host 3 channel 0 id 1 lun1 has a LUN larger than allowed by the host adapt
er
qla2300 0000:05:01.0: Verifying loaded RISC code...
qla2300 0000:05:01.0: Waiting for LIP to complete...
qla2300 0000:05:01.0: LIP...