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 July 4, 2025, 1:10 p.m.