| eempf_ssccheck | R Documentation | 
Check SSCs between different models or initialisations of one model
eempf_ssccheck(
  pfmodels,
  best = length(pfmodels),
  tcc = FALSE,
  cores = parallel::detectCores(logical = FALSE)
)
| pfmodels | list of parafac models | 
| best | number of models with the highest R^2 to be used, default is all models | 
| tcc | logical, if TRUE, TCC instead of SSC is calculated | 
| cores | number of CPU cores to be used | 
data.frame containing SSCs
data(pf_models)
eempf_ssccheck(pf3[1:2], cores = 2)
# SSCs of split-half models, models need to be unlisted
data(sh)
eempf_ssccheck(unlist(sh, recursive = FALSE), cores = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.