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 March 26, 2024, 9:22 a.m.