staRdom (version 1.0.3)

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(cp_out, method = "pearson", ...)

Arguments

cp_out

results from a PARAFAC analysis, class parafac

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 DataLab