Skip to content
Prev 17201 / 63424 Next

problem using model.frame()

On Wed, 2005-08-17 at 21:48 -0400, Gabor Grothendieck wrote:
Hi Gabor,

yourfunction() is already generic, I have .default and .formula methods.
The default implementation of the method (Co-correspondence analysis) is
akin to a regression and uses a form of multivariate PLS. So one data
matrix plays the role of the response and one the predictor. Which is
the reason for wanting to use a formula interface.

Cheers,

G