This helper function standardizes a numeric argument.
Usage
standardize_argument(argument, by_column, center, scale, ignore)
Arguments
- argument
A numeric vector, matrix, or data.frame.
- by_column, center, scale, ignore
See documentation of method $standardize() from Nop object.
Value
The standardized argument.