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.

755 results for “from:Bill Venables”

New package lazyData submitted to CRAN
Bill Venables · Feb 23, 2013 · r-packages

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-packages/attachments/20130224/408c9763/attachment.pl>

How to calculate GLM least square means?
Bill Venables · Aug 5, 2008 · r-help

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

conf.design 2.0.0 has been submitted to CRAN
Bill Venables · Feb 23, 2013 · r-packages

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-packages/attachments/20130224/6cee087d/attachment.pl>

Input appreciated: R teaching idea + a way to improve R-wiki
Bill Venables · Oct 22, 2007 · r-help

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

a generic 'attach'?
Bill Venables · Feb 4, 2006 · r-devel

Is there any reason why 'attach' is not generic in R? I notice that it is in another system, for example, and I can see some applications if it were so in R. Bill Venables. Bill Venables, CMIS, CSIRO Laboratories...

R-beta: multiplot using fig
Bill Venables · Mar 26, 1998 · r-help

Bill Simpson writes: > I followed Bill Venables's suggestion and tried to make a > multiplot figure with fig (using R .62). ... Of course I was only describing what I use in S-PLUS; I'm not claiming this has ever...

segments and arrows generic?
Bill Venables · Jan 30, 2007 · r-devel

Has anyone ever suggested making segments() and arrows() generic (as indeed they are in another not dissimilar implementation)? The practical issue with these functions is the need to specify origin and destination using four separate arguments. It would be much...

Help Need with aov()
Bill Venables · Apr 30, 2000 · r-help

Oops! Now that I have persuaded to coax my hideous MicroSoft mailer to reveal Ko-Kang's included file I see that he (or she) has provided quite comprehensive information and my tetchiness was somewhat rash. Sorry. In fact, though...

A little complex puzzle
Bill Venables · Sep 25, 2010 · r-help

I was looking for an example of complex variables in R. This one is trivial, but rather cute (though World War II aficionados may 'come over all funny'). See if you can guess the image before you try the function...

[Off-topic] Re: RSS News Article
Bill Venables · Oct 15, 1998 · r-help

As John says, the RSS article was actually an Allstat article attributed to John Nelder. The precise www reference is http://www.mailbase.ac.uk/lists/allstat/1998-09/0132.html If you agree with John's philosophy (and on...

Combinations
Bill Venables · Feb 27, 2011 · r-help

You can compute the logarithm of it easily enough > lchoose(54323456, 2345) [1] 25908.4 Now, what did you want to do with it? -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r...

What does .[foo] really mean?
Bill Venables · Aug 1, 2009 · r-help

It doesn't mean anything out of context. Would you care to elaborate on precisely what is puzzling you? ________________________________________ From: r-help-bounces at r-project.org [r-help-bounces at r-project.org] On Behalf Of Simon Tian [simon...

S3 method dispatch - can methods come from the enclosing environment?
Bill Venables · May 17, 2011 · r-devel

I was surprised to see that S3 methods are not found if they only reside in the enclosing environment. E.g.: > tstFn <- local({ + print.tst <- function(x, ...) cat("found it!") + + function(x) print(x) + }) > > z <- "The cat sat on the...

evaluate a string variable
Bill Venables · Jun 29, 2010 · r-help

You need to parse it before you evaluate it. eval(parse(text = avar)) -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Jeremiah H. Savage Sent: Wednesday, 30...

as.data.frame.table and the name "Freq"
Bill Venables · Jan 8, 2005 · r-devel

May I suggest that the method as.data.frame.table not have the name "Freq" hardwired as the response name? This is a problem if "Freq" is already the name of a stimulus factor. Here is the existing function: as...

Covarianz matrix from an aov model
Bill Venables · Jun 24, 2002 · r-help

Try vcov() from the MASS library. -----Original Message----- From: Sven Garbade [mailto:garbade at psy.uni-muenchen.de] Sent: Monday, June 24, 2002 11:19 PM To: R-Help Subject: [R] Covarianz matrix from an aov model Hi all, how...

extract worksheet names from an Excel file
Bill Venables · Jun 23, 2011 · r-help

Package XLConnect appears to provide this kind of thing. -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Shi, Tao Sent: Friday, 24 June 2011 2:42 PM...

T-Test Help
Bill Venables · Aug 11, 2008 · r-help

substitute into the formula for the t-statistic and use pt() to get the appropriate tail area. Roll you own, in other words. Bill Venables http://www.cmis.csiro.au/bill.venables/ -----Original Message----- From: r-help-bounces at r...

R-beta: Bug or feature?
Bill Venables · Aug 17, 1997 · r-help

Here is a difference between R-0.50-a3 and S that surprised me > x [1] 1 2 3 4 5 6 7 8 9 10 > f1 function (x, nam = deparse(substitute(x))) { x <- x nam } > f2 function (x, nam...

R-beta: Re: S Compatibility
Bill Venables · Apr 30, 1997 · r-help

`Robert Gentleman writes: > > Bill Venables writes: > > ----- Begin Included Message ----- > > foresight) was publicly very supportive of Ross & Ron's efforts. > ++++++ > > well I've never been called that before! > > > ----- End Included Message ----- Oops. I'm so sorry Robert. However you shouldn't...

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