Learn R Programming

LFM (version 0.3.3)

DGulPC: Distributed general unilateral loading principal component

Description

Distributed general unilateral loading principal component

Usage

DGulPC(data, m, n1, K)

Value

AU1,AU2,DU3,Shat

Arguments

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

Examples

Run this code
library(LFM)
data_from_package <- Wine
data_a <- Wine
DGulPC(data_a,m=3,n1=128,K=2)

Run the code above in your browser using DataLab