Learn R Programming

nichenetr (version 0.1.0)

scaling_modified_zscore: 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

Run this code
# NOT RUN {
scaling_modified_zscore(rnorm(5))

# }

Run the code above in your browser using DataLab