standardize_with_return: Standardize the data of 1-D vector
Description
Perform standardization of data on a 2-D dataframe
type object. Standardization in this case refers
to (x - mean(x)) / sd(x) where X is a 1-dimensional
vector.
Usage
standardize_with_return(data)
Value
List with the original standard deviation, mean,
and the standardized data