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.

504 results for “from:Tony Plate”

S <-> R
Tony Plate · Aug 25, 2004 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20040825/a8a168a0/attachment.pl

draft of posting guide
Tony Plate · Dec 23, 2003 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20031223/02713a52/attachment.pl

Need help please
Tony Plate · Jan 27, 2010 · r-sig-finance

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20100127/74f800a4/attachment.pl>

mailing list for basic questions - preliminary sum up
Tony Plate · Dec 17, 2003 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20031217/d470bfa9/attachment.pl

Why is the 64bit Windows version of package RSVGTipsDevice not available on CRAN?
Tony Plate · Dec 19, 2011 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20111219/57d674ad/attachment.pl>

Require of gWidgetsRGtk2 fails: RGtk2.dll can't be found, but it's there
Tony Plate · Jun 12, 2011 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20110612/00d59ce0/attachment.pl>

pointer to comments re Paul Murrell's new book, R, & SAS on Andrew Gelman's blog
Tony Plate · Apr 21, 2005 · r-help

There are some interesting comments re Paul Murrell's new book, R, & SAS on Andrew Gelman's blog: http://www.stat.columbia.edu/~cook/movabletype/archives/2005/04/a_new_book_on_r.html -- Tony Plate

typo in R-exts
Tony Plate · Apr 17, 2007 · r-devel

There looks to be a typo in the R-exts manual: The whose @file{tests} is copied to the check area, ... ^^^^^ I'm not sure what was intended here, so I can't suggest a fix. (from https://svn.r...

unvectorized option for outer()
Tony Plate · Oct 28, 2005 · r-help

Apologies for the cross post. I explicitly tried to avoid this but somehow r-help got tacked onto the end of the To: line without my realizing it. -- Tony Plate Tony Plate wrote: > [following on from a thread on R...

Generate NA of specified type
Tony Plate · May 5, 2010 · r-devel

I just do as.integer(NA), as.numeric(NA), as.character(NA), etc. -- Tony Plate On 5/5/2010 11:57 AM, Hadley Wickham wrote: > Hi all, > > Is there an existing function that provides the correct type of > missing value...

Format integer
Tony Plate · May 12, 2008 · r-help

Try something like one of these (as documented in ?formatC) > formatC(13, flag="0", width=10) [1] "0000000013" > sprintf("%010g", 13) [1] "0000000013" > Anh Tran wrote: > Hi, > What's one way to convert an integer to a string with preceding...

remove objects(1-20, 25-30) OR remove objects(...) except(...)??
Tony Plate · Jul 25, 2002 · r-help

You can remove everything but specified objects using setdiff() > a <- 1 > b <- 2 > c <- 3 > objects() [1] "a" "b" "c" > rm(list=setdiff(objects(), "a")) > objects() [1] "a" > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...

Percentages in contingency tables *warning trivial question*
Tony Plate · Dec 13, 2004 · r-help

The 'abind' function in the 'abind' package is a generalized binding functions for arrays. (I've never tried it with tables.) At Monday 04:36 AM 12/13/2004, BXC (Bendix Carstensen) wrote: >[...snip...] >The last step is necessary in...

how to control which version of a package library() installs?
Tony Plate · Apr 13, 2007 · r-devel

Tony Plate wrote: > [snip] > > Maybe the following sentence might be a useful addition to the "Details" > or "Notes" section of the help page for detach?: > To detach() and reattach() a package you will probably need to use > unloadNamespace("somePackage") after...

Array analogue of row and col
Tony Plate · Apr 6, 2013 · r-help

slice.index() in base On 4/2/2013 6:36 AM, Enrico Bibbona wrote: > Is there any function that extends to multidimentional arrays the > functionalities of "row" and "col" which are just defined for matrices? > Thanks, Enrico Bibbona > > [[alternative HTML...

summary(as.factor(x) - force to not sort the result according factor levels
Tony Plate · May 2, 2005 · r-help

Christoph Lehmann wrote: > Hi > The result of a summary(as.factor(x)) (see example below) call is sorted > according to the factor level. How can I get the result not sorted but > in the original order of the levels in...

Test Tools
Tony Plate · Feb 15, 2005 · r-devel

From memory, the "RUnit" package (by Burger, Juenemann and Koenig) does some source code analysis to provide some statistics regarding tests and source code (but I don't remember seeing anything to compute complexity metrics in there.) -- Tony At Monday...

Ordering of values returned by unique
Tony Plate · Sep 29, 2004 · r-devel

At Wednesday 10:09 AM 9/29/2004, I wrote: >[snip] >So, I think the evidence is pretty strong that unique(x) will always >return elements in the same order as they first appear in x. But it would >be...

R-(wiki)-pedia?
Tony Plate · Oct 7, 2004 · r-help

At Thursday 11:29 AM 10/7/2004, Dan Bolser wrote: >[snip] >I just added some pages... I think it would be great if people could get >motivated to contribute to something like this. Its one of those cases of...

bounties
Tony Plate · May 11, 2007 · r-devel

I've wondered about this sort of thing too. Are there any successful models like this for other program languages/systems? -- Tony Plate Ben Bolker wrote: > Has anyone considered a bounty system for R? > (i.e., some kind of system...

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