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


browaeysrobin/nichenetr documentation built on July 4, 2025, 1:10 p.m.