Skip to content
Prev 15574 / 63424 Next

improved pairs.formula?

On Tue, 29 Mar 2005, Berwin A Turlach wrote:

            
Still not a description, just two examples.  Since later on you took a 
description to be an example, I see the confusion.
I guess you got it from an S not R function.
Really?  Please check what I wrote: `variables' and `rownames of the 
factors' are always the same, apart from the response.  Please show an 
example where you got something different.
Yes, but those are different pairs() methods.  It is the same as
pairs(~ GNP + ., longley), so it is not treated specially.
There are several places where only the allowed form of formulae is 
specified in this way.  You are not allowed interactions, for example, and 
it refers to `each term'.  `.' is not documented to work (and used not 
to).