eempf_cortable {staRdom}R Documentation

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

data(pf_models)
eempf_cortable(pf4[[1]])

[Package staRdom version 1.1.28 Index]