powered by
Check SSCs between different models or initialisations of one model
eempf_ssccheck( pfmodels, best = length(pfmodels), tcc = FALSE, cores = parallel::detectCores(logical = FALSE) )
data.frame containing SSCs
list of parafac models
number of models with the highest R^2 to be used, default is all models
logical, if TRUE, TCC instead of SSC is calculated
number of CPU cores to be used
# \donttest{ 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) # }
Run the code above in your browser using DataLab