get_weights_nonmetric {plspm} | R Documentation |
Outer Weights Non-Metric Data
Description
Internal function not to be called by the user
Usage
get_weights_nonmetric(X, path_matrix, blocks, specs)
Arguments
X |
scaled data |
path_matrix |
matrix with path connections |
blocks |
list with variables in each block |
specs |
list with algorithm specifications |
Details
Internal function. get_weights
is called by
plspm
Value
list of outer weights, ODM, scores, QQ, iter
Warning
Do NOT use this function unless you are ME, a package developer, or a jedi user who really knows what is doing (seriously!)
Note
Calculate outer weights for non-metric data (under Lohmoller's algorithm)
[Package plspm version 0.5.1 Index]