Learn R Programming

DistatisR (version 1.1.1)

CP2SUMPCAnormedCP: CP2SUMPCAnormedCP

Description

SUMPCA normalizes a cube of cross-product matrices.

Usage

CP2SUMPCAnormedCP(CP3)

Value

The 3D array of the normalized cross-product matrices.

Arguments

CP3

A 3D array of cross-product matrices

Examples

Run this code
# \donttest{
D3 <- array(c(0, 1, 2, 1, 0, 1, 2, 1, 0,
              0, 3, 3, 3, 0, 3, 3, 3, 0), 
           dim = c(3, 3, 2))
CP2SUMPCAnormedCP(D3)         
# }

Run the code above in your browser using DataLab