search for: blh

Displaying 7 results from an estimated 7 matches for "blh".

Did you mean: blah
2010 Jan 15
1
Remove part of string in colname and calculate mean for columns groups
...1" "Alc.0_ACC2" "Alc.0_ACC3" [8] "Alc.0_ACC4" "Alc.0_ACC5" "Bl.1_ACC1" "Bl.1_ACC2" "Bl.1_ACC3" "Bl.1_ACC4" "Bla.1_ACC1" [15] "Bla.1_ACC2" "Bla.1_ACC3" "Bla.1_ACC4" "Blh.1_ACC1" "Blh.1_ACC2" "Blh.1_ACC3" Secondly, I would like to calculate the mean of each column group in the matrix, for instance all columns beginning with "Akita", and save all new columns as a new matrix. For instance, use: > head(exprdata[,c(1...
2005 Nov 24
2
Fwd: Matrix rotation
...from: [,1] [,2] [1,] 1 2 [2,] 4 3 to [,1] [,2] [1,] 4 1 [2,] 3 2 to [,1] [,2] [1,] 3 4 [2,] 2 1 to [,1] [,2] [1,] 2 3 [2,] 1 4 Sorry for being a muppet, B Begin forwarded message: > From: Benjamin Lloyd-Hughes <blh@cpom.ucl.ac.uk> > Date: 24 November 2005 16:15:58 GMT > To: r-help@stat.math.ethz.ch > Subject: Matrix rotation > > Dearest All, > > Ok so I've had a couple of glasses of wine over lunch today... This is > likely to be trivial but I'm struggling to find a more el...
2005 Oct 08
1
java error
I just installed java-sdk using yum. When I try to execute the following, I get an exception error: root at blh fileIndexer]# java -Xmx256m -jar FileIndexer-1.1.5.jar Warning: -Xmx256m not understood. Ignoring. Warning: -jar not understood. Ignoring. Exception in thread "main" java.lang.NoClassDefFoundError: How can I fix this? Raymond
2011 Jan 22
1
Plotting by factor with xts
...1 "XAA" "12.82" > is.xts(x) [1] TRUE I've made the symbols a factor > head(xFactor) symbol <NA> <NA> <NA> <NA> <NA> AFB AKP APX AYN BAF BBF 154 Levels: AFB AKP APX AYN BAF BBF BBK BFK BFO BFZ BIE BJZ BKK BKN BLH ... XAA Each factor represent a time series on closing prices. I would like to plot those 154 time series on a single plot... Any ideas? Regards, Nick [[alternative HTML version deleted]]
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2004 Aug 19
2
rgdal under windows?
Hi, Has anyone had any joy getting the rgdal package to compile under windows? I've been trying with MinGW using Duncan Murdoch's Rtools but to no avail. After unpacking the tarball I put it here: D:\rw1091\src\library\rgdal>ls DESCRIPTION R configure inst man INDEX cleanup configure.in install.R src And then tried:
2004 Aug 25
1
Pixmap problem
Hi, I'm having trouble writing .pnm images which I think is due to a problem with my colour space. The pixmap object seems to be looking for 72 of 8 colours (one per cell?) which doesn't seem healthy... > library(pixmap) > x <- pixmapIndexed(rep(1:8, 9), nrow=6, col=rainbow(8)) > x Pixmap image Type : pixmapIndexed Size : 6x12 Resolution : 1x1