Usage
ccaProj(x, y, k = 1,
method = c("spearman", "kendall", "quadrant", "M", "pearson"),
control = list(...), useL1Median = TRUE, ...) CCAproj(x, y, k = 1,
method = c("spearman", "kendall", "quadrant", "M", "pearson"),
useL1Median = TRUE, ...)
Arguments
x,y
each can be a numeric vector, matrix or data
frame.
k
an integer giving the number of canonical
variables to compute.
method
a character string specifying the
correlation functional to maximize. Possible values are
"spearman" for the Spearman correlation,
"kendall" for the Kendall correlation,
"quadrant" for the quadrant correlati
control
a list of additional arguments to be
passed to the specified correlation functional. If
supplied, this takes precedence over additional arguments
supplied via the ... argument.
useL1Median
a logical indicating whether the
$L_{1}$ medians should be used as the centers of
the data sets (defaults to TRUE). If
FALSE, the columnwise centers are used instead
(columnwise means if method is "pea
...
additional arguments to be passed to the
specified correlation functional.