Skip to contents

This function normalize the data by absolute value

Usage

normalize_data(data)

Arguments

data

A tibble representing the data which needed to be normalized.

Value

A normalized data.

Examples

set.seed(20240412)
data1 <- gen_gaussian(n= 500, p = 4)
#>  Data generation completed successfully! 🎉
scale_data(data = data1)
#> Error in scale_data(data = data1): could not find function "scale_data"