Description Usage Arguments References Examples
Performs partial CPC Algorithm where the groups share 1 through p-2 CPCs, from Flury (1988) Book. It will return k matrices in a form of a list, showing the common CPC to all matrices and also the uncommon CPC specific to each of the groups. Please ensure that you order the columns of B=new_cpc(matList) according to the first q columns to be kept in this model.
1 2 | partial_cpc(matList, n, q, B = new_cpc(matList, n),
alpha_stop = 0.001)
|
matList |
list of matrices |
n |
numeric vector of sample sizes |
q |
the first q components to be kept |
B |
CPC matrix |
alpha_stop |
stopping value for small adjustments by jacobi rotations |
Flury Book 1988
1 | partial_cpc(test_vole,n_vole,q=1,B=new_cpc(matList,n),alpha_stop=0.001)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.