View source: R/parafac_functions.R
norm2A | R Documentation |
Factors used for normalisation are saved separately in the PARAFAC models. With this function, the normalisation factors are combined with the A-modes of the model and removed as a separate vector. This means former normalisation is accounted for in the amount of each component in each sample. If no normalisation was done, the original model is returned without warning.
norm2A(pfmodel)
pfmodel |
object of class parafac |
object of class parafac
data(pf_models)
pf4[[1]] <- norm2A(pf4[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.