| normalize_data | R Documentation |
This function normalize the data by the largest absolute value found in the dataset.
normalize_data(data)
data |
A tibble representing the data which needed to be normalized. |
A normalized data.
set.seed(20240412)
data1 <- gen_gaussian(n= 500, p = 4)
normalize_data(data = data1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.