Rdocumentation
powered by
Learn R Programming
plspm (version 0.4.1)
check_tol: Check tolerance threshold
Description
Internal function not to be called by the user
Usage
check_tol(tol)
Arguments
tol
decimal value indicating the tolerance threshold for the convergence of the PLS algorithm (iterative stage)
Value
validated tol
Warning
Do NOT use this function unless you are ME, a package developer, or a jedi user who really knows what is doing (seriously!)
Details
Internal function.
check_tol
is called by
check_specs
.