| DGulPC | R Documentation |
Distributed general unilateral loading principal component
DGulPC(data, m, n1, K)
data |
is a total data set |
m |
is the number of principal component |
n1 |
is the length of each data subset |
K |
is the number of nodes |
AU1,AU2,DU3,Shat
library(LFM)
data_from_package <- Wine
data_a <- Wine
DGulPC(data_a,m=3,n1=128,K=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.