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


darksideoftheshmoo/rcell2 documentation built on Oct. 23, 2024, 12:59 p.m.