PC: The traditional principal component method. This method can...

View source: R/PC.R

PCR Documentation

The traditional principal component method. This method can estimate the eigen space of the data set.

Description

The traditional principal component method. This method can estimate the eigen space of the data set.

Usage

PC(data, m = m)

Arguments

data

is a highly correlated data set

m

is the number of principal component

Value

Ahat, Dhat

Examples

PC(data=PSA,m=3)

SOPC documentation built on May 31, 2023, 7:42 p.m.

Related to PC in SOPC...