eempf_convergence: Extract modelling information from a PARAFAC model.

eempf_convergenceR Documentation

Extract modelling information from a PARAFAC model.

Description

The convergence behaviour of all initialisations in a PARAFAC model is shown by printing the numbers

Usage

eempf_convergence(pfmodel, print = TRUE)

Arguments

pfmodel

PARAFAC model created with staRdom using output = "all"

print

logical, whether you want console output or just a list with results

Value

list with numbers of converging models, cflags and SSEs

Examples

data("pf_models")

pfmodel <- pf4[[1]]
conv_beh <- eempf_convergence(pfmodel)

MatthiasPucher/staRdom documentation built on June 30, 2023, 10:55 a.m.