isRepetitive {betr} | R Documentation |
An internal function used to determine when the iterative model fitting process has converged.
x |
a list of numeric vectors |
This function takes a list of numeric vectors and returns TRUE if two of the vectors are the same.
a boolean
Martin Aryee