Learn R Programming

nichenetr (version 0.1.0)

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

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

# }

Run the code above in your browser using DataLab