Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hi, xt <- assignation$value[match(x,assignation$class)] HTH ido
> Does R support and read logs file? R can read log files if they are text files. ?read.table hth ido
>Now I want get a-b for all possible combinations of a and b. outer(a,b,"-") hth ido
You could take a look at www.bioconductor.org limma would be a good starting point. hth ido
>CGH Hi, I guess you should start looking at the bioconductor project. http://www.bioconductor.org/packages/release/Software.html best wishes, ido
the plot determined by inData[[1]], inData[[2]]. Try adding , ylim=range(inData[[2]], mod.data$prepeak) Dirk -- Prediction is very difficult, especially about the future. -- Niels Bohr
like RSvgDevice, where I would be calling it from R. In this case I was expecting to install some header/source files that I could build and link against.
row-major / column-major trap, and if so, do another transpose. Dirk -- "Outside of a dog, a book is a man's best friend. Inside of a dog, it is too dark to read." -- Groucho Marx
-> OK Good job. A.S. ---------------------------- |------------------------------------+------------------------------------| |Alessandro Semeria |Tel. +39 544 536811 | |------------------------------------+------------------------------------| |Models and Simulation Laboratory |Fax. +39 544 538663 | |------------------------------------+------------------------------------| |The Environment Research Center - | | |Montecatini (Edison Group), Via | | |Ciro Menotti 48, |E-mail: asemeria at cramont.it | |48023 Marina di Ravenna...
On Wednesday 02 Apr 2003 6:43 am, Yongde Bao wrote: > Can someone point out for me where to find a package to do principal > component analysis for Affy data, if existing? http://www.stat.uni-muenchen.de/~strimmer/rexpress...
Hi, Sorry for being lazy, but your post was a bit too long for me. I think you could try try. data <- NA try(data <- readFiles()) if(is.na(data)){ } else{ } or similar HTH Ido
On Thursday 03 Apr 2003 1:54 am, John Miyamoto wrote: > Dear Help, > Suppose I have a character vector. > > x <- c("Bob", "loves", "Sally") > > I want to combine it into a single string: "Bob loves Sally" . y <- paste(c, collapse...
Hi, does anybody know of a templating library for R, like velocity or freemarker? It doesn't have to be very fancy just a bit better than sub in replacing tags in a text (not necessarily html) file. thank you...
recognize it to be a valid SAS XPORT format file. If it would be possible for you to provide me with a sample XPORT format file I may try to see why we are having a problem. However, I may...
" Rcpp.plugin.maker is a sort of undocumented function we use for packages we write, just to avoid copy and paste. See how packages RcppArmadillo and RcppGSL use it. " hth, Christian --=20 A man, a plan, a cat, a ham...
x and y axis labels changing in ggplo2: p <- ggplot(d03, aes(x=cs,y=taille)) + geom_hline(data=temp.df) + geom_boxplot() + facet_grid(.~sexe) I had a similar question not too long ago. Try: p + scale_x_discrete...
It seems like I am doing *exactly* what is in the documentation. Am I miss= ing something? Thanks, Michael ------------------------------------------- Michael Braun Homer A. Burnell (1928) Career Development Professor,=20 and Assistant Professor of Management Science (Marketing Group) MIT Sloan School...
write() and the whole "R Data Import/Export" Manual -- available e.g. from the R home page, or also via help.start(). Martin Maechler <maechler at stat.math.ethz.ch> http://stat.ethz.ch/~maechler/ Seminar fuer Statistik, ETH-Zentrum...
>Does anybody know any alternative ways to be able to call R from Java? JRI http://rosuda.org/JRI/ now contained in rJava http://www.rforge.net/rJava/ and new is this one which I think provides something on top...
Can't find what you're looking for? Try searching with Google .