tcc_find_pairs: Reorders components of different PARAFAC models according to...

tcc_find_pairsR Documentation

Reorders components of different PARAFAC models according to best fit (TCC)

Description

When running a splithalf analysis similar components are not necessarily on the same position. This function looks for best fits with Tucker's Congruence Coefficients and returns a list of models with reordered components.

Usage

tcc_find_pairs(fits)

Arguments

fits

list of parafac models

Value

list of parafac models

See Also

splithalf

Examples


data(eem_list)

# function currently only used from within splithalf
splithalf(eem_list, 6, nstart = 2, cores = 2)


MatthiasPucher/staRdom documentation built on June 30, 2023, 10:55 a.m.