staRdom (version 1.0.8)

eempf_export: Create one table containing the PARAFAC models factors and optionally exporting it to csv or txt

Description

Create one table containing the PARAFAC models factors and optionally exporting it to csv or txt

Usage

eempf_export(pfmodel, export = NULL, ...)

Arguments

pfmodel

PARAFAC model

export

file path to export table

...

additional parameters passed to write.table

Value

data frame

Examples

Run this code
# NOT RUN {
data(pfres_comps2)

factor_table <- eempf_export(pfres_comps2[[2]])
# }

Run the code above in your browser using DataLab