Displaying 4 results from an estimated 4 matches for "matrixlist".
2009 Jul 20
3
Write in file matrices of sifferent size
Hi list,
How to save a list content into a text file?
Please consider example below, I have two numeric matrices that I bundle into a list & give each list element a name
Example:
> matrixA <- matrix(0,5,4)
> matrixB <- matrix(1,7,13)
> matrixList <- list(matrixA,matrixB)
> names <- c("Matrix A","Matrix B")
> names <- names(matrixList)
How could I get the list in a txt as below:
"
Matrix A
(Matrix A element 1,1), (Matrix A element 1,2), ...
(Matrix A element 2,1), (Matrix A element 2,2), ......
2010 Mar 06
2
memory error in for loop
...ut I have been struggling to figure it out
all day with no success. I have included below the for loop in the code
and the beginning of the error message that is produced in the terminal.
Any suggestions would be most welcome.
thanks in advance,
peter
script:
#create a list of results tables
matrixlist <- list(r_baseline, r_badlce, r_cblend, r_fedforest, r_ffv,
r_hiencrop, r_loencrop, r_maxfeed)
#par(mfcol= c(5,5))
for (i in matrixlist){
ptable<-i[,-1]#create plot matrix w/o price point column
ptable [is.na(ptable)] <- 0 #convert NA values...
2010 Aug 25
3
approxfun-problems (yleft and yright ignored)
Dear all,
I have run into a problem when running some code implemented in the
Bioconductor panp-package (applied to my own expression data), whereby gene
expression values of known true negative probesets (x) are interpolated onto
present/absent p-values (y) between 0 and 1 using the *approxfun -
function*{stats}; when I have used R version 2.8, everything had
worked fine,
however, after updating
2002 Oct 23
16
How Samba let us down
Before you read this, I want to state (for reasons
listed below) that I don't expect an answer (advice is
welcomed, but please read this email carefully before
answering). I'm sharing this with the community with
the hope that better software results from our sad
experience...
BACKGROUND
I've been using NT for 4 years, Netware and Linux for
3 years, and Samba for almost 2. I work