Skip to contents

This function calculates the maximum z-score for a numeric column.

Usage

z_score(x)

Arguments

x

A numeric vector.

Value

A vector of the same length as x, indicating the z-score for each element.