eempf_cortable: Calculating correlations between the component loadings in...

View source: R/parafac_functions.R

eempf_cortableR 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]])

MatthiasPucher/staRdom documentation built on Nov. 9, 2024, 12:11 p.m.