check_maxiter {plspm} | R Documentation |
Check maximum number of iterations
Description
Internal function not to be called by the user
Usage
check_maxiter(maxiter)
Arguments
maxiter |
integer indicating the maximum number of iterations (iterative stage of the PLS algorithm) |
Details
Internal function. check_maxiter
is called by
check_specs
.
Value
validated maxiter
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]