scaling_modified_zscore: Normalize values in a vector by the modified z-score method.

scaling_modified_zscoreR Documentation

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

Description

scaling_modified_zscore Normalize values by the modified z-score method (uses median and median absolute deviation instead meean)

Usage

scaling_modified_zscore(x)

Arguments

x

A numeric vector.

Value

A numeric vector.

Examples

scaling_modified_zscore(rnorm(5))


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