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.
On Wed, 03 Mar 2010 13:09:09 +0100 Frank Bloos <Frank.Bloos at med.uni- jena.de> wrote: > ad 2) A package to produce high quality tables with summary statistics > for publications in scientific journals. Doesn't Hmisc do...
On Tue, 01 Dec 2009 12:45:18 +0000 Jannis <bt_jannis at yahoo.de> wrote: > I am wondering whether there is a way to tell R to assign a value of > parameter X to parameter B while the actual...
On Thu, 12 Nov 2009 19:10:52 -0800 (PST) ychu066 <ychu066 @aucklanduni.ac.nz> wrote: > And I also want to save each histogram in each separate pdf file using the > following codes ?. > png("hist.png[i]") > dev.off() Try...
On Mon, 01 Mar 2010 16:26:37 -0000 (GMT) Ted.Harding at manchester.ac.uk <Ted.Harding at manchester.ac.uk> wrote: > In vim (to which I'm wedded > for life) it will pick up matching (), {} and []. You can...
On Thu, 11 Mar 2010 03:22:27 -0800 (PST) ManInMoon <xmoon2000 @googlemail.com> wrote: > but I don't know what "tm[,-1]" means (well - the -1 bit anyway. > > Does it somehow means the whole matrix? No, it means everything...
On Tue, 24 Nov 2009 09:33:19 +1100 Pierre Roudier <pierre.roudier at gmail.com> wrote: > Sorry for my previous HTML-formatted message, here it is again: > > Another package I find useful for shaded views of spatial data is...
On Mon, 30 Nov 2009 16:47:41 +0000 Henry Thorogood <henry.thorogood at gmail.com> wrote: > The scale function seems to have tackled the skew, just looking at the > boxplots for the data. No, the 'scale' function does absolutely...
On Wed, 11 Nov 2009 10:51:53 -0500 Duncan Murdoch <murdoch at stats.uwo.ca> wrote: > If you know their applications you can show how well R does there, And do mention the (increasing) number of books available. It...
De Bondt, An-7114 [PRDBE] skreiv: > I would like to output the results from the image() function to a specific > grid viewport (to be able to create an .svg afterwards using the > gridToSVG() function). > Is there a function comparable to...
On Fri, 13 Nov 2009 11:03:31 +0000 (GMT) Jabez Wilson <jabezwuk at yahoo.co.uk> wrote: > What I want to do is to find out how many unique users logged > on each day, and how many individual machines...
Fran?ois Aucoin: > I have tried several R's functions for optimization but the results I > yield are not correct. > Is there anybody who can help me? I couldn't get it to estimate the correct values either, so I...
Charilaos Skiadas: > Congratulations Deepayan, the book gave me exactly the kind of > lattice knowledge I needed, and then some. The graphics are really > impressive and good illustrations of what lattice can do, All the figures from the book are also...
On Fri, 13 Nov 2009 11:21:30 +0000 Federico Calboli <f.calboli at imperial.ac.uk> wrote: > I will soon be working with NIH and possibly FDA. Will I be able to > use R or will I be forced...
On Tue, 17 Nov 2009 14:18:34 +0200 Tal Galili <tal.galili at gmail.com> wrote: > Do you mean maybe: > > plot(x, ylim= range(x) ) Also, the various plot arguments are listed in ?plot.default It may be a...
Deepayan Sarkar skreiv: >> cloud(z~x*y|s,scales=list(arrows=FALSE,relation="free")) >> >> However, it does not. Any ideas how I can make it work? > > There's no direct support, but you can write a small panel function > with...
Robert Ptacnik wrote: > where can I find current maps of Europe? The polygons contained in > (geo-)mapdata correspond to the borders before 1990 (e.g. Yugoslavia, > Czechoslovakia instead of the new states). Is there any updated source > within R? Try...
Karl Ove Hufthammer wrote: > I think this should be handled as a bug, but I?m not sure which > platforms and versions it applies to, so I?m writing to this list. No response, so I?ve filed a bug...
Rafael Barros de Rezende: > I would like to know if there is a way to increase the for() loop speed > because in my routine the calculations are too slow. Read the article 'How Can I Avoid This Loop or Make...
Birgit Lemcke: > I have a dataframe and two of my variables are in the wrong position > and I would like to swap those variables. To swap column 1 and 2, try d[c(1,2)]=d[c(2,1)] Note...
On Mon, 7 Dec 2009 13:23:06 -0600 Mark Na <mtb954 at gmail.com> wrote: > This worked very nicely (thanks for plyr, Hadley) but now I would like to > "unlist" my list into the individual dataframes, preferably with their...
Can't find what you're looking for? Try searching with Google .