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.

296 results for “from:Karl Ove Hufthammer”

: Three most useful R package
Karl Ove Hufthammer · Mar 3, 2010 · r-help

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

assigning values to parameters, based on different names
Karl Ove Hufthammer · Dec 1, 2009 · r-help

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

Plotting Histogram using histogram() and for loop and I want to save the histogram individually ... HELP
Karl Ove Hufthammer · Nov 13, 2009 · r-help

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

why a text editor?
Karl Ove Hufthammer · Mar 2, 2010 · r-help

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

tm[,-1]
Karl Ove Hufthammer · Mar 11, 2010 · r-help

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

A new ASTER Global DEM data set
Karl Ove Hufthammer · Nov 24, 2009 · r-sig-geo

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

Scaling variables to positive values using scale() or performing BoxCox on negative data
Karl Ove Hufthammer · Nov 30, 2009 · r-help

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

Introducing R to statisticians
Karl Ove Hufthammer · Nov 11, 2009 · r-help

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

grid - viewports - image()
Karl Ove Hufthammer · May 17, 2006 · r-help

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

processing log file
Karl Ove Hufthammer · Nov 13, 2009 · r-help

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

Minimizing the negative log likelihood function...
Karl Ove Hufthammer · Jun 4, 2008 · r-help

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

Lattice book
Karl Ove Hufthammer · May 1, 2008 · r-help

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

R, NIH and FDA
Karl Ove Hufthammer · Nov 13, 2009 · r-help

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

Arguments for Plot()
Karl Ove Hufthammer · Nov 17, 2009 · r-help

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

lattice cloud and conditional axis limits
Karl Ove Hufthammer · Sep 13, 2006 · r-help

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

question regarding outdated map polygons
Karl Ove Hufthammer · Jan 11, 2012 · r-sig-geo

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

Invalid date-times and as.POSIXct problems (remotely related to DST issues)
Karl Ove Hufthammer · Mar 14, 2012 · r-devel

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

How to increase the for() loop speed?
Karl Ove Hufthammer · Jun 13, 2008 · r-help

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

Swap variables in data.frame
Karl Ove Hufthammer · Jun 2, 2008 · r-help

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

Convert a list of N dataframes to N dataframes
Karl Ove Hufthammer · Dec 9, 2009 · r-help

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 .