Learn R Programming

cardinalR (version 1.0.6)

normalize_data: Generate Normalized data

Description

This function normalize the data by the largest absolute value found in the dataset.

Usage

normalize_data(data)

Value

A normalized data.

Arguments

data

A tibble representing the data which needed to be normalized.

Examples

Run this code
set.seed(20240412)
data1 <- gen_gaussian(n= 500, p = 4)
normalize_data(data = data1)

Run the code above in your browser using DataLab