eempf_eemqual | R Documentation |
Calculating EEMqual which is an indicator of a PARAFAC model's quality
eempf_eemqual(pfmodel, eem_list, splithalf = NULL, ...)
pfmodel |
PARAFAC model |
eem_list |
EEM data as eemlist |
splithalf |
optionally, you can supplie available splithalf results from model to decrease computation time |
... |
additional arguments passed to splithalf |
data frame containing fit, corcondia, product of best TCCs from splithalf analysis, eemqual and splithalf models
Rasmus Bro, Maider Vidal, EEMizer: Automated modeling of fluorescence EEM data, Chemometrics and Intelligent Laboratory Systems, Volume 106, Issue 1, 2011, Pages 86-92, ISSN 0169-7439
# data(eem_list)
# data(pf_models)
# pfmodel <- pf4[[1]]
# eempf_eemqual(eem_list,pfmodel) # insuficient example data to run!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.