Section 9 Common Error Messages
9.1 Error messages
Error:
could not find functionError in
iffunction:missing value where TRUE/FALSE is neededError:
Error in eval; object not foundError:
cannot open the connectionError:
incorrect number of dimensionsError:
subscript out of boundsError:
undefined columns selectedError:
non-numeric argument to a binary operatorError:
no applicable method- caused by using an object-oriented function on a data type it does not support
9.2 Error messages from R
Check if the following R codes run without any warning or error messages
Understand the
warninganderrormessages that R displays