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(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
Examples
Run this codedata(pf_models)
eempf_cortable(pf4[[1]])
Run the code above in your browser using DataLab