Learn R Programming

staRdom (version 1.1.28)

eempf_convergence: 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)

Value

list with numbers of converging models, cflags and SSEs

Arguments

pfmodel

PARAFAC model created with staRdom using output = "all"

print

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

Examples

Run this code
data("pf_models")

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

Run the code above in your browser using DataLab