Skip to content

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.

81 results for “from:Ido M. Tamir”

No subject
Ido M. Tamir · Oct 18, 2010 · rcpp-devel

NEWS file for R 2.12.0.

indexing without looping
Ido M. Tamir · Feb 1, 2007 · r-help

Hi, xt <- assignation$value[match(x,assignation$class)] HTH ido

program work
Ido M. Tamir · Dec 22, 2005 · r-help

> Does R support and read logs file? R can read log files if they are text files. ?read.table hth ido

Problem with allp ossible combination.
Ido M. Tamir · Jul 31, 2006 · r-help

>Now I want get a-b for all possible combinations of a and b. outer(a,b,"-") hth ido

Logistic regression to select genes and estimate cutoff point?
Ido M. Tamir · Dec 22, 2005 · r-help

You could take a look at www.bioconductor.org limma would be a good starting point. hth ido

Recurrence plots for CGH
Ido M. Tamir · Aug 22, 2007 · r-help

>CGH Hi, I guess you should start looking at the bioconductor project. http://www.bioconductor.org/packages/release/Software.html best wishes, ido

No subject
Ido M. Tamir · Mar 18, 2006 · r-help

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

No subject
Ido M. Tamir · Feb 21, 2010 · rcpp-devel

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.

No subject
Ido M. Tamir · Oct 17, 2011 · rcpp-devel

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

No subject
Ido M. Tamir · Mar 18, 2006 · r-help

-> 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...

Ido M. Tamir · Apr 3, 2003 · r-help

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...

problem with loop to put data into array with missing data for some files
Ido M. Tamir · Nov 20, 2006 · r-help

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

Combining the components of a character vector
Ido M. Tamir · Apr 3, 2003 · r-help

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...

templating library for R
Ido M. Tamir · Dec 7, 2006 · r-help

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...

No subject
Ido M. Tamir · Mar 18, 2006 · r-help

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...

No subject
Ido M. Tamir · Feb 16, 2011 · rcpp-devel

" 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...

Title and labelos in ggplot2
Ido M. Tamir · Sep 12, 2007 · r-help

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...

No subject
Ido M. Tamir · Feb 21, 2011 · rcpp-devel

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...

No subject
Ido M. Tamir · Mar 18, 2006 · r-help

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...

Help with talking to R from Java (on Window)
Ido M. Tamir · Nov 20, 2007 · r-help

>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 .