normalize_data: Generate Normalized data

View source: R/util.R

normalize_dataR Documentation

Generate Normalized data

Description

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)
normalize_data(data = data1)


cardinalR documentation built on Aug. 21, 2025, 5:27 p.m.