View source: R/parafac_functions.R
eempf_cortable | 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]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.