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))


saeyslab/nichenetr documentation built on June 9, 2025, 4:07 p.m.