Skip to content
Prev 1542 / 7420 Next

co-correspondence package

On Mon, 2010-09-27 at 03:02 -0700, wout opdekamp wrote:
Dear Wout,

Yes, if you meant "predictive CO-correspondence analysis and cross
valuation", this has been there since the first release IIRC. In fact,
predictive Co-CA is the default in the main function coca().

coca() is the main function at it can do predictive CoCA by setting
'method = "predictive"' (which is the default so you don't actually need
to add this). The argument 'reg.method' controls which regression method
is used (SIMPLS or an eigen analysis version of SIMPLS. SIMPLS is faster
than eigen).

The cross-validation is done using function crossval().

I direct you to the relevant help pages ?coca and ?crossval for further
details.

This package has languished a bit since my initial bout of
enthusiasm/coding. If you have comments for improving the package,
please let me know.

G