Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

comput

Additional computations for CCA


Description

The comput() function can be viewed as an internal function. It is called by cc() and rcc to perform additional computations. The user does not have to call it by himself.

Usage

comput(X, Y, res)

Arguments

X

numeric matrix (n * p), containing the X coordinates.

Y

numeric matrix (n * q), containing the Y coordinates.

res

results provided by the cc() and rcc() functions.

Value

A list containing the following components:

xscores

X canonical variates

yscores

Y canonical variates

corr.X.xscores

Correlation bewteen X and X canonical variates

corr.Y.xscores

Correlation bewteen Y and X canonical variates

corr.X.yscores

Correlation bewteen X and Y canonical variates

corr.Y.yscores

Correlation bewteen Y and Y canonical variates

Author(s)

Sébastien Déjean, Ignacio González

See Also


CCA

Canonical Correlation Analysis

v1.2.1
GPL (>= 2)
Authors
Ignacio Gonz<e1>lez, S<e9>bastien D<e9>jean
Initial release
2009-03-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.