Description Usage Arguments Value Examples
This function aims at efficiently exploring the space of likely cliques when only one missing actor is estimated. It focuses and the first two principal component axes found, and their complements.
1 | complement_spca(M, k)
|
M |
Gaussian proxy for the original dataset. Possibly obtained using PLNmodels. |
k |
Number of principal components of sparse PCA to keep. |
A list of 2 x k cliques.
1 2 3 4 | data=generate_missing_data(n=100,p=10,r=1,type="scale-free", plot=TRUE)
PLNfit=norm_PLN(data$Y)
data$TC
complement_spca(PLNfit$MO,k=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.