CP2MFAnormedCP: CP2MFAnormedCP

View source: R/CP2MFAnormedCP.R

CP2MFAnormedCPR Documentation

CP2MFAnormedCP

Description

MFA normalizes a cube of cross-product matrices

Usage

CP2MFAnormedCP(CP3)

Arguments

CP3

A 3D array of cross-product matrices

Value

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

Examples


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))
CP2MFAnormedCP(D3)         



DistatisR documentation built on Dec. 5, 2022, 9:05 a.m.