staRdom (version 1.0.8)

eempf_cortable: Calculating correlations between the component loadings in all samples (C-Modes).

Description

Calculating correlations between the component loadings in all samples (C-Modes).

Usage

eempf_cortable(pfmodel, normalisation = FALSE, method = "pearson", ...)

Arguments

pfmodel

results from a PARAFAC analysis, class parafac

normalisation

logical, whether normalisation is undone or not

method

method of correlation, passed to cor

...

passed on to cor

Value

matrix

Examples

Run this code
# NOT RUN {
data(pfres_comps1)
eempf_cortable(pfres_comps[[2]])
# }

Run the code above in your browser using DataCamp Workspace