Boot4CCA | R Documentation |
Boot4CCA
:
Creates "Bootstrap Bricks" and other bootstrap statistics
for the I
and J
sets
of a CCA.
The bricks are
obtained from bootstrapping the rows
of the two data-tables used for the CCA.
Boot4CCA
uses the "transition formula" to get
the values of the row and column loadings
from multiplication of the latent variables.
Gives also the bootstrapped eigenvalues
(if eigen = TRUE
).
Boot4CCA(
DATA1,
DATA2,
center1 = TRUE,
center2 = TRUE,
scale1 = "SS1",
scale2 = "SS1",
Fi = NULL,
Fj = NULL,
nf2keep = 3,
nIter = 1000,
critical.value = 2,
eig = FALSE,
alphaLevel = 0.05
)
DATA1 |
an |
DATA2 |
an |
center1 |
when |
center2 |
when |
scale1 |
when |
scale2 |
when |
Fi |
(Default = |
Fj |
= (Default = |
nf2keep |
How many factors to
keep for the analysis (Default = |
nIter |
(Default = |
critical.value |
(Default = |
eig |
if |
alphaLevel |
the alpha level used to compute
the confidence intervals for the eigenvalues
(with CIS at 1-alpha). Default is |
Note: Boot4CCA
gives the
eigenvalues of the matrix
X'Y
even though CCA
works with the singular values
(i.e., the square roots of the eigenvalues) of
X'Y
.
a list with
bootstrapBrick.i
: the
the I * Dimensions * Iterations
Brick of
Bootstraped factor scores for the I
-set;
bootRatios.i
: the bootstrap ratios
for the I
-set;
bootRatiosSignificant.i
: the Significant
BRs for the I
-set;
bootstrapBrick.j
:
the J * Dimensions * Iterations
Brick of
Bootstraped factor scores for the J
-set;
bootRatios.j
: the bootstrap ratios for the J
-set;
bootRatiosSignificant.j
: the Significant
BRs for the J
-set;
In addition if eig = TRUE
, the list includes:
eigenValues
: the nIter * nL
table
of eigenvalues;
fixedEigenvalues
: the eigenvalues of
matrix nX'Y
.
eigenCIs
: the CIs for the
eigenvalues.
Vincent Guillemot & Hervé Abdi
scale0
## Not run:
# Some examples here sometimes in the next future ****
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.