Title: Z-score standardization or normalization function.
Arguments
- x
Attribute value(s).
Value
A standardized value (Z = N (0,1)) when applied to a single value or a standardized attribute with values (Z = N (0,1)).
Note
The lapply function is required to apply this function across several attributes.
References
https://www.statology.org/how-to-normalize-data-in-r/