standardize_data: standardize_data

View source: R/k-means_clustering.R

standardize_dataR Documentation

standardize_data

Description

Standardize data column-wise by calculating the respective Z-scores, i.e., subtracting the mean and dividing by the standard deviation.

Usage

standardize_data(x)

Arguments

x

a data.frame with numeric variables suitable for normalization

Value

a data.frame with normalized data


gerbeldo/rcell2 documentation built on Aug. 15, 2022, 7:20 a.m.