tepRA | R Documentation |
TExPosition
-type version of Redundancy
Analysis (RA).Temporary Version (14-07-2019).tepRA
:
A TExPosition
-type version of Redundancy
Analysis (RA). Temporary Version.
This version will soon be revised to take into account
the new GSVD
-package from Derek Beaton.
Note: This is a temporary version.
tepRA(
DATA1,
DATA2,
center1 = TRUE,
scale1 = "SS1",
center2 = TRUE,
scale2 = "SS1",
DESIGN = NULL,
make_design_nominal = TRUE,
graphs = TRUE,
k = 0
)
DATA1 |
an |
DATA2 |
an |
center1 |
when |
scale1 |
when |
center2 |
when |
scale2 |
when |
DESIGN |
a design matrix to indicate if the rows comprise several groups. |
make_design_nominal |
a boolean. If |
graphs |
a boolean. If |
k |
number of components to return. |
See #ExPosition::epGPCA
ExPosition::corePCA
ad
TExPosition
for details on what is returned.
In addition to the values returned:
tepRA
returns
lx
:
the latent variables for DATA1
, and
ly
:
the latent variables for DATA2
'
data1.norm
: the
center and scale information for DATA1
. and
data2.norm
: the
center and scale information for DATA2
.
Vincent Guillemot, Derek Beaton, Hervé Abdi
Abdi H., Eslami, A., Guillemot, V., & Beaton D. (2018). Canonical correlation analysis (CCA). In R. Alhajj and J. Rokne (Eds.), Encyclopedia of Social Networks and Mining (2nd Edition). New York: Springer Verlag.
## Not run:
# *** Some example here at some point ***
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.