search for: tx01

Displaying 2 results from an estimated 2 matches for "tx01".

Did you mean: 0x01
2008 Dec 02
4
Variables inside a for
Hi! I had a database with some variables in sequence. Let me say: TX01, TX02, TX03 and TX04. But I need to run some regressions changing the variables... so: variable <- paste("TX0", 1:4, sep="") for(i in 1:4){ test[i] <- lm(variable[i] ~ INCOME, data=database) } But doesn't work... lm tries to find a variable inside database named va...
2007 Oct 27
4
is wine's ASPI suitable for firmware update?
...de-cd # modprobe -k ide-scsi The dmesg now contains the following lines: SCSI subsystem initialized ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device scsi0 : SCSI host adapter emulation for IDE ATAPI devices scsi 0:0:0:0: CD-ROM PHILIPS CDRW/DVD SCB5265 TX01 PQ: 0 ANSI: 0 sr0: scsi-1 drive sr 0:0:0:0: Attached scsi CD-ROM sr0 sr 0:0:0:0: Attached scsi generic sg0 type 5 However, while the firmware updater starts and recognizes the drive prints some error messages: $ wine --version wine-0.9.47 $ wine PHILIPS-SCB5265-TD19.EXE fixme:aspi:SendASPI32Comma...