DGulPC: Distributed general unilateral loading principal component

View source: R/DGulPC.R

DGulPCR Documentation

Distributed general unilateral loading principal component

Description

Distributed general unilateral loading principal component

Usage

DGulPC(data, m, n1, K)

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

Value

AU1,AU2,DU3,Shat

Examples

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

LFM documentation built on Dec. 6, 2025, 5:06 p.m.

Related to DGulPC in LFM...