pseudof.full: PseudoF Score in the Full-Space

View source: R/utils.R

pseudof.fullR Documentation

PseudoF Score in the Full-Space

Description

Computes the PseudoF score in the full space.

Usage

pseudof.full(bss, wss, full_tensor_shape, reduced_tensor_shape)

Arguments

bss

Between sums of squared deviations between clusters.

wss

Within sums of squared deviations within clusters.

full_tensor_shape

Dimensions of the tensor in the original space.

reduced_tensor_shape

Dimension of the tensor in the reduced space.

Value

PseudoF score

References

\insertRef

pseudoFsimuclustfactor \insertReft3clussimuclustfactor

Examples

pseudof.full(12,6,c(8,5,4),c(3,3,2))

simuclustfactor documentation built on Oct. 18, 2022, 9:07 a.m.