Description Usage Arguments Value Author(s) See Also Examples
Extract the loadings/coefficients from an object of class moa-class
.
1 |
moa |
An object of class |
It returns a list consist of two components:
coefMat
- the loading matrix
nonZeroCoef
- it is a list
of data.frame
to list the non-zero coefficient
variable in each of loading vectors and data sets. The element names are in a format as
"xxxx.yy.zzz"
xxxx - are the data names, tells the data set where a varirable is from
yy - the number of Axes, for example, "V1" indicate the variable has a non-zero coefficient in the first loading vector.
zzz - could be either "pos" (coefficient >0) or "neg" (coefficient < 0)
The data.frame
has two columns, the first column is the ID of a variable the second
column is the coefficient/loading.
Chen Meng
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.