normalize_zscore: Zscore computation

View source: R/math-related-functions.R

normalize_zscoreR Documentation

Zscore computation

Description

Computes zscores of the provided variable.

Usage

normalize_zscore(x, na.rm = TRUE)

Arguments

x

A numeric vector.

Value

A numeric with the same length as x.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.