staRdom (version 1.0.8)

tcc: Caluclate Tucker's Congruence Coefficient of PARAFAC components

Description

Componets must be passed as peak lines maxlines

Usage

tcc(maxl_table, na.action = "na.omit")

Arguments

maxl_table

data frame containing the peak lines of components

na.action

if "na.omit" NA are deleted from prior the test

Value

data.frame containing the TCCs

Examples

Run this code
# NOT RUN {
data(pfres_comps1)

ml <- maxlines(pfres_comps[[2]])

tcc(ml)
# }

Run the code above in your browser using DataCamp Workspace