Re: [R] microsoft proxy & R project

2006-05-07 Thread Nolwenn LeMeur
Hi Laurent, You should look the R windows FAQ web page: (a) Use the alternative |internet2.dll| by starting R with the flag --internet2 (see How do I install R for Windows? ) which uses the Internet E

Re: [R] Boxplot Help for Neophyte

2006-02-20 Thread Nolwenn LeMeur
Hi Alex, how about, myData<-data.frame("myData1"=myData1,"myData2"=myData2,"myData3"=myData3) boxplot(myData) Nolwenn ** Nolwenn Le Meur, PhD Fred Hutchinson Cancer Research Center Computational Biology 1100 Fairview Ave. N., M2-B876 P.O. Box 19024 Seattle, WA

Re: [R] help with the coordinates of the ECDF object

2005-11-01 Thread Nolwenn LeMeur
Hi, try environment(Fn12)$y environment(Fn12)$x Nolwenn ** Nolwenn Le Meur, PhD Fred Hutchinson Cancer Research Center Computational Biology 1100 Fairview Ave. N., M2-B876 P.O. Box 19024 Seattle, WA 98109-1024 On Tue, 1 Nov 2005, klebyn wrote: > > > Hi

Re: [R] index question

2005-10-07 Thread Nolwenn LeMeur
Hi, how about group.label.new[c(junk,8:10)] Nolwenn ** Nolwenn Le Meur, PhD Fred Hutchinson Cancer Research Center Computational Biology 1100 Fairview Ave. N., M2-B876 P.O. Box 19024 Seattle, WA 98109-1024 On Fri, 7 Oct 2005, Afshartous, David wrote: > >

Re: [R] Selecting columns of a table (not consecutive)

2005-10-02 Thread Nolwenn LeMeur
George Papayiannis wrote: >Hi everyone, > >I have a table with 10 columns and many rows. >I want to select the 3rd,4th and 10th column. > >If I wanted to select the 3rd and 4th it would be no >problem. > >q3[ ,(3:4)] > >but how do I select the 10th along with it? > >Thanks for your help, >George >

Re: [R] Binding dataframe with different length in rows and columns

2005-09-27 Thread Nolwenn LeMeur
Hi Jerome, look at the merge() function Nolwenn On Tue, 27 Sep 2005, Jérôme Lemaître wrote: > 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