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 Sept. 7, 2024, 10:27 a.m.