eempf_cortable {staRdom} | R Documentation |
Calculating correlations between the component loadings in all samples (C-Modes).
eempf_cortable(pfmodel, normalisation = FALSE, method = "pearson", ...)
pfmodel |
results from a PARAFAC analysis, class parafac |
normalisation |
logical, whether normalisation is undone or not |
method |
method of correlation, passed to |
... |
passed on to |
matrix
data(pf_models)
eempf_cortable(pf4[[1]])