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.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-packages/attachments/20130224/408c9763/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080806/bf0af76c/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-packages/attachments/20130224/6cee087d/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071022/68e5dbea/attachment.pl
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
`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 .