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.

3,278 results for “from:Hadley Wickham”

Viewport parameters
Hadley Wickham · Jul 9, 2004 · r-help

How about current.viewport()? (str(current.viewport()) to see the data it contains) Hadley

beginner Q: hashtable or dictionary?
Hadley Wickham · Jan 29, 2006 · r-help

> use a 'list': Is a list O(1) for setting and getting? Hadley

Subset doesn't drop unused factor levels
Hadley Wickham · Oct 7, 2004 · r-help

Ok. That makes sense. Thanks to you all for your help. Hadley

Dealing with ...
Hadley Wickham · Nov 8, 2003 · r-help

I found what I was looking for in R-lang: args <- list(...) for (a in args) Hadley

Weighted histograms
Hadley Wickham · Jul 10, 2006 · r-help

Does anyone have any code for drawing weighted histograms (a la Manet/Mondrian) in R? Thanks, Hadley

Two other questions
Hadley Wickham · Dec 14, 2004 · r-sig-mac

Is there some reason not to use R CMD build packagename --binary --use-zip? Hadley

Package tests must have extension .R?
Hadley Wickham · Sep 4, 2009 · r-devel

Is this intentional? .r is accept most other places. Hadley -- http://had.co.nz/

Applying function to multiple input vectors
Hadley Wickham · Mar 27, 2005 · r-help

> Is there a method analogous to sapply() for this operation? Check out mapply. Hadley

Installing packages on OS X
Hadley Wickham · Sep 9, 2004 · r-help

Thanks to you both. Setting R_LIBS='~/Library/R/library/' in ~/.Renviron did the trick. Thanks, Hadley

Wiley Interdisciplinary Reviews
Hadley Wickham · Dec 2, 2008 · r-help

They are obviously growing desperate - I have now been asked to write 5 articles! Hadley -- http://had.co.nz/

repeat { readline() }
Hadley Wickham · Jan 8, 2006 · r-help

On a related note, does anyone know how to exit: repeat { try( readline() ) } The try block captures Ctrl-C. Hadley

Historical NA question
Hadley Wickham · May 3, 2014 · r-devel

Can anyone tell me what the significance of 1954 is in R's NA? Thanks! Hadley -- http://had.co.nz/

Running sum
Hadley Wickham · Nov 19, 2004 · r-help

Perhaps I'm missing something, but isn't the maximum of the cumulative sum simply the last value, ie. sum(x)? Hadley

clearNames and unname
Hadley Wickham · Sep 3, 2009 · r-devel

Just noticed these two functions (clearNames is stats and unname in base) that do the same thing. Hadley -- http://had.co.nz/

Bug in rank with utf8?
Hadley Wickham · Aug 13, 2015 · r-devel

x <- "\u0663" y <- 3 x == y # FALSE rank(c(x, y)) # c(1.5, 1.5) -- http://had.co.nz/

Error bars in ggplot?
Hadley Wickham · Oct 26, 2006 · r-help

> Is it possible to put error bars in ggplot? I couldn't find anything so far. Have a look at ggerrorbar. Hadley

force & identity
Hadley Wickham · Sep 3, 2009 · r-devel

Similarly, force & identity are identical (although with different semantic connotations). Would be nice to have a see also from each. Hadley -- http://had.co.nz/

Combining several regressions
Hadley Wickham · Jan 20, 2004 · r-help

>b <- by(data.frame, conditioning.variable, > function(subset) { loess(y ~ x, subset) }) > >unsplit(lapply(b,fitted), conditioning.variable) > > > That does the trick. Thanks! Hadley

Location of polr function
Hadley Wickham · Mar 3, 2004 · r-help

> I get a message that the polr function was not found. Did you remember to load the MASS library first? library(MASS) Hadley

multi-column factor
Hadley Wickham · Sep 17, 2012 · r-help

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

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