eempf_ssccheck: Check SSCs between different models or initialisations of one...

eempf_ssccheckR Documentation

Check SSCs between different models or initialisations of one model

Description

Check SSCs between different models or initialisations of one model

Usage

eempf_ssccheck(
  pfmodels,
  best = length(pfmodels),
  tcc = FALSE,
  cores = parallel::detectCores(logical = FALSE)
)

Arguments

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

Value

data.frame containing SSCs

Examples


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)


staRdom documentation built on July 9, 2023, 5:57 p.m.