search for: nolwenn

Displaying 20 results from an estimated 20 matches for "nolwenn".

Did you mean: nolen
2003 Aug 06
2
(no subject)
...data<-data[indexZZ,] # give me what I don't want print(slide) } #Function#2: remove.func<-function(data,Name){ Name<-as.character(data[,1]) indexZZ<-grep("ZZ",Name,value=FALSE) data<-data[!indexZZ,] #doesn't work, give an empty dataframe print(slide) } Thanks :| Nolwenn Le Meur ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr
2002 Jun 17
2
layout() and postscript()
...ate a postscript file with multiple graphs . I'm creating some graphs by the means of a loop and I want to save each graph in the same file (splitting making the device by the number of graphs). Do I have to use the par(matrix()) option, the layout() function or the split.screen() one ? Thanks Nolwenn *------------------------------------------* Nolwenn Le Meur INSERM U533 Facult? de M?decine 1, rue Gaston Veil 44035 Nantes cedex 1 t?l: +33(0)2-40-41-29-86 fax: +33(0)2-40-41-29-50 e-mail: nolwenn.lemeur at nantes.inserm.fr *------------------------------------------* -.-.-.-.-.-.-.-.-.-.-.-.-....
2002 Sep 24
2
Iterative data.frame
Hi, I would like to create data.frame and increment their name to finally merge them. Does anybody has a solution ? Something like that ? n<-6 for (i in 1:n) { m[i]<-data.frame(name,value) m<-merge(m[i]:m[n]) } Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr *********************...
2002 Aug 23
2
axis() plot() - step
...i, Stupid question I guess but I can't figure out how to have a span of 0.5 instead of 1 in my graph. Actually, I want to create a plot with x(-2,2) and y(-2,2) and an step of 0.5 along the axis. Does somebody can help me ? Is it in par(), axis() or plot() that I have to add something ? Thanks Nolwenn *------------------------------------------* Nolwenn Le Meur INSERM U533 Facult? de M?decine 1, rue Gaston Veil 44035 Nantes cedex 1 t?l: +33(0)2-40-41-29-86 fax: +33(0)2-40-41-29-50 e-mail: nolwenn.lemeur at nantes.inserm.fr *------------------------------------------* -.-.-.-.-.-.-.-.-.-.-.-.-....
2002 May 30
3
savePlot without displaying it
Hi, I would like to save a plot without opening the device window (no display). Is it possible ? How can I do it ? Thanks Nolwenn *------------------------------------------* Nolwenn Le Meur INSERM U533 Facult? de M?decine 1, rue Gaston Veil 44035 Nantes cedex 1 t?l: +33(0)2-40-41-29-86 fax: +33(0)2-40-41-29-50 e-mail: nolwenn.lemeur at nantes.inserm.fr *------------------------------------------* -.-.-.-.-.-.-.-.-.-.-.-.-....
2003 Nov 28
1
mark axis
Maybe a stupid question: In a plot, which parameter(s) ables to visualize the axis like in a coplot where the axis is also visible in the plot background ? Thanks Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr
2008 Oct 07
1
Lapack: SSYEV routine
...ondering why the routine SSYEV is not part of the R-LAPACK interface module. Is there any plan to extend the R-Lapack module in the next R release? Should I try to directly call the SSYEV routine of the external Lapack library from my R package? Any help would be much appreciated. Best wishes, Nolwenn -- Nolwenn Le Meur IRISA - Equipe Symbiose Campus de Beaulieu 35042 Rennes cedex - France Phone: +33 2 99 84 71 00 Fax: +33 2 99 84 71 71 E-mail: nlemeur at irisa.fr Web: http://www.irisa.fr/symbiose/web/nolwenn_le_meur
2003 Jun 05
1
Logical vectors
...x] + 1) <= ind) & (ind <= pin[j+x + 2]) ind2 and ind1 give the right TRUE index #but I would like something like that ind3<-((pin[j] + 1) <= ind) & (ind <= pin[j + 2]) & ((pin[j+x] + 1) <= ind) & (ind <= pin[j+x + 2]) #but it doesn't work ! Help, thanks Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr
2004 Apr 09
1
generating 00Index.html
...rted to create the documentation of my package. I've generate a pdf and the different html files from .Rd files. However I don't know how to automatically generate the 00Index.html. Do I have to write one in latex style and convert it or can I use the CONTENTS, INDEX, or Rd files. Thanks Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult?? de m??decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr
2002 Dec 19
1
lattice and display
...to change the resultdata$Block label by the corresponding "Block x". ---------------------------------------------------------------------------- ------------------------------- 3.I finally would like to save my plot as "jpg" files under Linux but I loose the color. Thanks, Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr *******************...
2002 Oct 16
0
CGI and RSPerl
...;); a <- .PerlExpr("$q->param('a')"); cat(.PerlExpr("$q->header . $q->start_html . 'Hellooooo....';"), a, .PerlExpr("$q->end_html")); I get the error: premature end of script headers : /var/www/cgi-bin/test.cgi Thanks to help, Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr ********************...
2006 May 08
3
microsoft proxy & R project
hi, as I'm using R at Dell (where I am working), I manage to install packages from web, but there is a web proxy, which is pretty boring. R asks me to enter an active directory login/password, that would normally auth me through the web proxy, but it doesn't work. I'm looking forward for your help. Sorry if I used bad english. Any ideas ? Laurent -- «Un peu d'internationalisme
2002 Dec 19
2
list to data.frame
...rame(time.by.orig[1:length(time.by.orig)]) -Works fine Benjamin Stabler Transportation Planning Analysis Unit Oregon Department of Transportation Salem, OR 97301 USA -----Original Message----- From: Deepayan Sarkar [mailto:deepayan at stat.wisc.edu] Sent: Thursday, December 19, 2002 9:42 AM To: Nolwenn Le Meur; r-help at stat.math.ethz.ch Subject: Re: [R] lattice and display On Thursday 19 December 2002 08:33 am, Nolwenn Le Meur wrote: > Hi, > > I have just started using lattice and it looks great. But I already have 3 > questions about xyplot display. > -------------------------...
2002 Mar 01
1
Excel Add-in
...ake a connexion beetween Excel and R. It works for simple requests but it seems that complexe functions won't work. Does anybody knows how complexe can be the data set and function used? Does it exist something else than the Erich Neuwirth Add-in (which is already really interesting) ? Thanks Nolwenn ---------------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 E TTC/min - 2,21 F TTC/min) Minitel: 3615 NETCOURRIER (0,15 E TTC/min - 1,00 F...
2005 Oct 07
3
index question
All, I'm having a problem selecting directly from a vector. I've written ways to do this indirectly, but I'd rather do it directly and didn't see this in the manual. Essentially, I have: > group.label.new [1] 7 9 6 1 10 4 8 3 2 5 > junk [1] 1 2 > group.label.new[junk && 8:10] [1] 7 9 6 1 10 4 8 3 2 5 I'd like to select the elements
2005 Nov 02
2
help with the coordinates of the ECDF object
Hi all R users I would like to know how acess the coordinates of the ECDF object. I look for the example, in this part: ###################### print(ls.Fn12 <- ls(env= environment(Fn12))) ###################### but I do not know to extract the Y coordinate and put it in other variable. My objective is to make a plot and identify the points with labels. ############# Example by
2006 Feb 20
3
Boxplot Help for Neophyte
R helpers I am getting to grips with R but came across a small problem today that I could not fix by myself. I have 3 text files, each with a single column of data. I read them in using: myData1<-scan("C:/Program Files/R/myData1.txt") myData2<-scan("C:/Program Files/R/myData2.txt") myData3<-scan("C:/Program Files/R/myData3.txt") I wanted to produce a
2005 Sep 27
2
Binding dataframe with different length in rows and columns
Dear all, I'm trying to combine in R the two following datasets. I'm would be very grateful if someone could help me with this problem. Dataset 1: X Y Z 1 27 48 2 25 50 3 27 40 4 28 56 Where X is a unique number and Y and Z some variables Dataset 2: X I J 1 10 12 1 12 12 1 23 30 1 40 46 2 7 8 2 8 9 2 9 8 3 2 0 4 98 87 4 78 89 Where X IS NOT this time a unique number. I and J are some
2006 Feb 13
0
[BioC] ANN: Introductory R and Bioconductor Mini Course , Seattle, April 12-14
...oconductor Mini Course , Seattle, April 12-14 We will present a short course on using Bioconductor, primarily aimed at analyzing microarray data, over 2 1/2 days in April. The course will be a mix of lectures and practical labs. Instructors: Robert Gentleman, Seth Falcon, Martin Morgan, and Nolwenn Le Meur Topics: Introduction to R Preprocessing of Affymetrix expression arrays using Bioconductor Analysis of cDNA microarrays Machine Learning Accessing microarray annotation with Bioconductor tools Details: April 12th - 14th Fred Hutchinson Cancer Research Center Seattle,...
2002 Mar 07
2
Statconnector and Excel
...tConnector Set x = New StatConnector MsgBox ("Initializing R...") x.Init ("R") x.EvaluateNoReturn ("F11b1<-read.table(""c:/test/Testb1.txt"", _ header=TRUE)") .. but then I don't known how to end Have you an idea to help me? Thanks, Nolwenn ---------------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 E TTC/min - 2,21 F TTC/min) Minitel: 3615 NETCOURRIER (0,15 E TTC/min - 1,00 F...