get_metric | R Documentation |
Internal function not to be called by the user
get_metric(scaling)
scaling |
list with measurement scale of each manifest variable |
Internal function. get_metric
is called by
plspm
. It is used to decide what function apply
for the iterative process of the PLS-PM algorithm.
metric type of metric (metric data = TRUE / non-metric data = FALSE)
Do NOT use this function unless you are ME, a package developer, or a jedi user who really knows what is doing (seriously!)
If scaling is NULL, apply get_weights(), otherwise apply get_weights_nonmetric()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.