Description Usage Arguments Details Value Examples
Calculate the importance of each component.
1 2 | eempf_varimp(pfmodel, eem_list, cores = parallel::detectCores(logical =
FALSE), ...)
|
pfmodel |
model of class parafac |
eem_list |
eemlist used to calculate that model |
cores |
cores to be used for the calculation |
... |
other aruments passed to eem_parafac |
The importance of each variable is calculated by means of creating a model without a specific component and calculating the difference between the original R-squared and the one with the left out component. The derived values state the loss in model fit if one component is not used in the modeling process. For the creation of the new models, the exact components of the original model are used.
numeric vector, values are in the same order of the components in the supplied model.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.