initRandrot-class | R Documentation |
List-based S4 class containing all information necessary to generate randomly
rotated data with the randrot
method.
initRandrot
and initRandrotW
objects are created with the
initRandrot
method.
initRandrotW
is organised as its base class initRandrot
,
altough some components are changed or added.
The following components are included as list elements:
X
Original (non-transformed) design matrix.
Xhe
, Xhe.Y.w
, Yd
Pre-multiplied matrix products needed for generation of rotated data (randrot
).
coef.h
, coef.d
Indices of H_0
coefficients (coef.h
or "hypothesis coefficients") and indices of all other coefficients (coef.d
or "determined coefficients").
cormat
Correlation matrix, see initRandrot
.
tcholC
Cholesky decomposition of cormat: cormat = crossprod(tcholC)
.
rank
Rank of the qr decomposition of (transformed/whitened) X
The following components are changed or added in initRandrotW-class
as compared to initRandrot-class
:
decomp.list
List containing Xd
, Xhe
and rank of the transformed/whitened design matrix for each feature, see also X_decomp
.
w
Numeric matrix with dimensions features x samples
containing component wise square root of the weight matrix, see initRandrot
.
Peter Hettegger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.