search for: raw2

Displaying 13 results from an estimated 13 matches for "raw2".

Did you mean: raw
2003 Sep 13
2
what does this error mean?
...n of any pairwise columns of 8000 x 80 data matrix with missing values and randomize the matix 1000 times and calculate this two correlations again. The code bellow for Pearson is working fine but for Spearman got the error bellow for randomized data matrix and R console is stop working: cor (raw2[,i], raw2[,j], use="complete.obs") cor.test (raw2[,i], raw2[,j], method="spearman", na.action = "na.omit") $estimate Error in cor.test.default(raw2[, i], raw2[, j], method = "spearman", na.action = "na.omit") : not enough finite observat...
2004 Jun 08
1
[Q] raw -> gpr in aroma package
...library(aroma) #read gpr file gpr <- GenePixData$read("gpr123.gpr", path=aroma$dataPath) # gpr -> raw raw <- as.RawData(gpr) # raw -> ma ma <- getSignal(raw, bgSubtract=FALSE) ma.norm <- clone(ma) #normalization normalizeWithinSlide(ma.norm, "s") #ma -> raw raw2 <- as.RawData(ma) I want to make gpr data from raw2 and then I want to write new gpr( write(gpr,¡±result.gpr¡±)). Is it possible? Can anyone help me with this? Thanks, Hee-Jeong Jin. [[alternative HTML version deleted]]
2008 Jul 25
1
serialize() to via temporary file is heaps faster than doing it directly (on Windows)
...alize to an object directly. This has for instance impact on how fast digest::digest() can provide a checksum. Example: x <- 1:1e7; t1 <- system.time(raw1 <- serialize(x, connection=NULL)); print(t1); # user system elapsed # 174.23 129.35 304.70 ## 5 minutes t2 <- system.time(raw2 <- serialize2(x, connection=NULL)); print(t2); # user system elapsed # 2.19 0.18 5.72 ## 5 seconds print(t1/t2); # user system elapsed # 79.55708 718.61111 53.26923 stopifnot(identical(raw1, raw2)); where serialize2() is serialize():ing to file and reading the r...
1997 Nov 19
3
print to JetDirect
Hello. I use Linux 2.0.30(Red Hat) and Samba 1.9.16p. Clients are Win95, NT Workstations and Servers. I use Linux like printserver and bridge. And I have problem with my printer HP LaserJet 4MV with JetDirect card. It print 1 test page( or another 1 page) and print after it second page: User: root Host: LINUX Class: LINUX
2014 Feb 11
2
$new cannot be accessed when running from Rscript and methods package is not loaded
...Package "imports" methods and imports either the setRefClass function (scenario "import-setRefClass") or the whole package (scenario "import-methods") It succeeds if the newTest function calls require(methods) (scenario "require"). The script at https://raw2.github.com/krlmlr/methodsTest/master/test-all.sh creates an empty user library in subdirectory r-lib of the current directory, installs devtools, and tests the four scenarios by repeatedly installing the corresponding version of the package and trying to execute newTest() from Rscript. I have a...
2003 May 29
5
Comparison Operator
Does R have a comparison operator similar to the Like function, for example: a<-"Is a Fish" b<-"Fish" if(b in a){c<-TRUE} Michael R Howard Micron Technology Inc. Boise ID. Fab C Engineering Software (FCES) Software Engineer
2011 Sep 14
2
Hard Reset Demo doesn't render textures
I've tried to run demo of Hard Reset and it has two big problems on Wine. First is that mouse isn't working. You get input only from keyboard but that can be solved with raw input patch. I used the one that is working with Deus Ex: Human Revolution: http://dl.dropbox.com/u/6901628/raw2.patch but second is much worse. Basically almost all of the textures aren't rendered. It starts right in the menu and follows to the in-game where you get to see some of the HUD and weapon model rendered (but also not properly). I've tried multiple versions of Wine. The newest ones 1.3.27...
2011 Aug 09
10
Invalid parameters on mac (World of Tanks 6.5)
I am attempiong to run world of tanks on snow leopard, but just before the game finishes loading a battle, wine crashes with the message, "Internal error, invalid parameters received." I understand peope get similar problems on ubuntu and there's a workaround on that OS, but what about Mac OSX? Also, here's the log of the crash: Code: wine: Unhandled page fault on read
2008 Nov 07
0
Cluster Broken pipe Error & node Reboot
...;7"/> <clulockd loglevel="7"/> <cluster config_viewnumber="4" key="6672bc0a71be2ec9486f6a2f5846c172" name="ORACLECLUSTER"/> <sharedstate driver="libsharedraw.so" rawprimary="/dev/raw/raw1" rawshadow="/dev/raw/raw2" type="raw"/> <members> <member id="0" name="cluster1" watchdog="yes"/> <member id="1" name="cluster2" watchdog="yes"/> </members> <services> <service checkinterval="10"...
2008 Nov 23
1
Cluster fail over database getting stopped
...t;7"/> <clulockd loglevel="7"/> <cluster config_viewnumber="4" key="6672bc0a71be2ec9486f6a2f5846c172" name="DBCLUSTER"/> <sharedstate driver="libsharedraw.so" rawprimary="/dev/raw/raw1" rawshadow="/dev/raw/raw2" type="raw"/> <members> <member id="0" name="cluster1" watchdog="yes"/> <member id="1" name="cluster2" watchdog="yes"/> </members> <services> <service checkinterval=&quot...
1999 Apr 06
1
Best Printer Setup
Hi, I've been toying with the idea of using the Linux machine as a print server. I'm using RedHat 5.2 and Samba 2.0.3. I already have one remote printer share working... but I can't figure out where the PrintTool in RedHat is storing the remote printers IP address. Anyone know where? :) (not important just bugging me - I hate when OS's hide stuff) I have the Samba book
1999 Apr 28
3
How to set up spooling for a HP JetDirect interface?
I've set up Samba and LPRng for HP printers with JetDirect cards. It works for one user at a time. But if the printer is off-line or busy, the samba client does not get an error message, but the job gets lost. :( I would like the print jobs to be spooled on Linux even when there is an active print job or when the printer is off-line. Unfortunately I'm not familiar with lpd. The
2013 Nov 15
37
[Bug 71659] New: [NVD9] Hangs under load with ![ PFIFO][0000:01:00.0] unhandled status 0x00800000
https://bugs.freedesktop.org/show_bug.cgi?id=71659 Priority: medium Bug ID: 71659 Assignee: nouveau at lists.freedesktop.org Summary: [NVD9] Hangs under load with ![ PFIFO][0000:01:00.0] unhandled status 0x00800000 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified