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.

28 results for “from:Fabrice Tourre”

How to covernt this list to data.frame?
Fabrice Tourre · Dec 16, 2010 · r-help

using dget to try this data. dget("probesnum")->a some data length is 3, some is 4. thanks.

How can make loop more faster?
Fabrice Tourre · Jun 15, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130615/4b3d791d/attachment.pl>

Package: VennDiagram. Error in draw.pairwise.venn Impossible: cross section area too large
Fabrice Tourre · Jan 27, 2013 · r-help

Dear list, When I use VennDiagram package, I got a error as follow: venn.plot <- draw.pairwise.venn( area1 = 3186, area2 = 325, cross.area = 5880); Error in draw.pairwise.venn(area1 = 3186, area2 = 325, cross.area = 588) : Impossible: cross section...

Add text A, B, C and D on multiple ordered plot
Fabrice Tourre · Feb 8, 2013 · r-help

Dear list, Is there a elegant way to name multiple ordered plot as A, B, C and D? Just put A, B, C and D on the top left corner of each plot. Usually I do it in Illustrator, but...

multicore, mclapply memory problem
Fabrice Tourre · Jun 28, 2012 · r-help

Dear list, I am using mclapply(from multicore) to use multiple cores on one server. If I do not use mclapply, just one core, my R problem will use 4G memory. When I use mclapply and set mc.cores =10...

Calculate probabilty
Fabrice Tourre · Feb 24, 2011 · r-help

Hi List, I have a question to calculate probability using R. There are 491 boxes and 142 balles. If the ball randomly put into the box. How to calculate the probability of six or more there are in one box...

Basic question about: <<- and method start with dot.
Fabrice Tourre · Oct 1, 2012 · r-help

Dear list, When I read some source code, I find lot of place used symbol <<- , e.g. lastTime <<- newTime; What is the meaning here? Also, I find some method with the name start with dot, e.g. .RowStandardizeCentered = function(x...

Help for R plot
Fabrice Tourre · Jan 17, 2011 · r-help

Hi all, How to plot as the coordinate as in my attachment? I want to trim the coordinate and one of plot as the figure in attachment. Does any one have such example? Thanks. -------------- next part -------------- A non-text attachment...

multicore, mclapply memory problem
Fabrice Tourre · Jun 29, 2012 · r-help

Thank you for your reply. I used debian system. I will try parallel. Thanks. uname -a Linux m1000e1-m610-6 2.6.26-2-amd64 #1 SMP Tue Mar 9 22:29:32 UTC 2010 x86_64 GNU/Linux sessionInfo...

How can I check a package is installed or not?
Fabrice Tourre · Sep 27, 2011 · r-help

Dear list, How can I detect a package is installed or not? If not, then install it. For example, in a script, I want to check the package DESeq is installed or not. If not, then I will using this...

Calculate probabilty
Fabrice Tourre · Feb 25, 2011 · r-help

Hi Rex, Thanks for you explain. In fact, my question is: When I observed that there are 6 or more balls in one box, what is this probability? The ball is randomly put into the boxes. I think it is...

Simple example for High performance computing with R?
Fabrice Tourre · May 29, 2012 · r-help

Dear list, I want to run two independent calculation (A, B) and then combined their results to do a plot in R. Before I just run calculation A first, then calculation B. It will take some times. I just have...

Help for R plot
Fabrice Tourre · Jan 18, 2011 · r-help

Hi Thanks for you suggestion. I used histograme in lattice packages. If it is possible lattice can do it, it will be better. On Mon, Jan 17, 2011 at 3:28 PM, Peter Ehlers <ehlers at ucalgary.ca> wrote: > On...

Help for lattice. par(new=TRUE)
Fabrice Tourre · Jan 21, 2011 · r-help

Hi list, I want to plot two plot in the same figure. I set par(new=TRUE). But it does not work. library(lattice) myPanel <- function(x,...) { panel.histogram(x,alpha=0.4,...) ltext(0.4,1.5,paste("Mean...

gsub/strsplit with multiple patterns/splits
Fabrice Tourre · May 30, 2012 · r-help

0 and 1 means zero or 1 match. Want to remove the word "Energy"? gsub("( Energy){0,1},{0,1} Inc[.]{0,1}", "", DF) On Thu, May 31, 2012 at 11:45 AM, mdvaan <mathijsdevaan at gmail.com> wrote: > Thanks...

Package: VennDiagram. Error in draw.pairwise.venn Impossible: cross section area too large
Fabrice Tourre · Jan 27, 2013 · r-help

Thank you all. Yes. I just miss understand this part. Now it is OK. On Sun, Jan 27, 2013 at 7:41 PM, Paul Boutros <Paul.Boutros at oicr.on.ca> wrote: > Hi Fabrice, > > The cross.area parameter gives the...

Basic question about: <<- and method start with dot.
Fabrice Tourre · Oct 2, 2012 · r-help

require("fortunes") Loading required package: fortunes >fortune("<<-") I wish <<- had never been invented, as it makes an esoteric and dangerous feature of the language *seem* normal and reasonable. If you want to dumb down R/S into a macro language...

How can I check a package is installed or not?
Fabrice Tourre · Sep 27, 2011 · r-help

Thank you for your sharing I got it. On Tue, Sep 27, 2011 at 9:44 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > On Sep 27, 2011, at 3:19 PM, Fabrice Tourre wrote: > >> Dear list, >> >> How can I...

Calculated mean value based on another column bin from dataframe.
Fabrice Tourre · Apr 6, 2011 · r-help

Dear list, I have a dataframe with two column as fellow. > head(dat) V1 V2 0.15624 0.94567 0.26039 0.66442 0.16629 0.97822 0.23474 0.72079 0.11037 0.83760 0.14969 0.91312 I...

Add text A, B, C and D on multiple ordered plot
Fabrice Tourre · Feb 8, 2013 · r-help

Thank your reminder. Here is the example code: a<- rnorm(1000,0,1) b<-rnorm(1000,0,2) c<-rnorm(1000,0,3) d<-rnorm(1000,0,4) par(mfrow=c(2,2)) hist(a) hist(b) hist(c) hist...

Can't find what you're looking for? Try searching with Google .