transformationWarning: Gives warnings about a transformation
Description
An internal function that warns the user when a transformation can not be done on a set of numbers.
Usage
transformationWarning(Data, Trans, VecName)
Arguments
Trans
The transformation being tested. Gives warning for the values
of: c('Log', Log1', Square_Root', 'Arcsin').
VecName
The name of the variable to be transformed.
Value
Will display a warning message to the user, when appropriate.