Displaying 4 results from an estimated 4 matches for "fi1".
Did you mean:
fi
2006 Oct 19
1
lapack tests fail -- is this something to worry about?
I see the comment here about some 64bit combinations failing.
Well, my configuration fails. Is this really something to worry about?
for R-patched:
fi1->cat SVN-REVISION
Revision: 39576
Last Changed Date: 2006-10-03
fi1->
> ## failed for some 64bit-Lapack-gcc combinations:
> sm <- cbind(1, 3:1, 1:3)
> eigenok(sm, eigen(sm))
Error: abs(A %*% V - V %*% diag(lam)) < Eps is not all TRUE
> eigenok(sm, eigen(sm, sym=FALSE))
Er...
2007 Nov 06
1
color2D.matplot
I am a true R novice aonly using it for this function ;)
I am trying to use color2D.matplot to form a image of my data using the
following conditions
color2D.matplot(fi1, c(dr), c(dg), c(db), nslices=7, ylab='Species',
xlab="gene", show.legend=TRUE) where fi1 is my matrix.
I have a matrix with 36 columns and 130 rows. most entries are 1 or 0 and I
am trying to get this function to plot these as either 0 = white or 1 =
black. This is fine but one...
2011 Oct 17
1
plotting issues with PCA
..., "WM2", "WM3", "NM1", "NM2", "NM3", "KH1",
"KH2", "KH3", "LM1" ,"LM2" ,"LM3", "DB1" ,"DB2" ,"DB3", "DM1" , "DM2" ,
"DM3" , "FI1", "FI2", "BKI1", "BKI2", "BKO1", "BKO2", "BKO3",
"SUR1","MI1","MI2","MI3","BHE1","BHE2","BHE3","BHW1","BHW2","BHW3","HAL1"...
2001 Oct 11
1
Create objects
hello cracks,
we have 365 objects (d.data1-d.data365) containing each 1200 rows with 7
variables. now we want 1200 objects with the row number i (1:1200) of each
d.data.
we tried it to do this way: for (k in 1:1200) for (j in 1:365) for (i in
1:7) get(paste("test",k,sep=""))[j,i] <- get(paste("d.data",j,sep=""))[k,i]
-> following error appeared: