scaling_zscore: Normalize values in a vector by the z-score method

View source: R/utils.R

scaling_zscoreR Documentation

Normalize values in a vector by the z-score method

Description

scaling_zscore Normalize values in a vector by the z-score method.

Usage

scaling_zscore(x)

Arguments

x

A numeric vector.

Value

A numeric vector.

Examples

scaling_zscore(rnorm(5))


browaeysrobin/nichenetr documentation built on Sept. 9, 2024, 11:25 a.m.