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/tidycell documentation built on Aug. 15, 2022, 2:35 p.m.