powered by
This function normalize the data by the largest absolute value found in the dataset.
normalize_data(data)
A normalized data.
A tibble representing the data which needed to be normalized.
set.seed(20240412) data1 <- gen_gaussian(n= 500, p = 4) normalize_data(data = data1)
Run the code above in your browser using DataLab