test_null_weights {plspm} | R Documentation |
Test outer weights convergence within specified maxiter
Description
Internal function not to be called by the user
Usage
test_null_weights(wgs, specs)
Arguments
wgs |
output from 'get_weights()' |
specs |
list of specifications |
Details
Internal function. test_weights_output
is called
by plspm
. Basically checks that weights are not
NULL.
Value
gives an error when wgs is NULL (i.e. non-convergence)
Warning
Do NOT use this function unless you are ME, a package developer, or a jedi user who really knows what is doing (seriously!)
[Package plspm version 0.5.1 Index]