Learn R Programming

data.checker (version 2.0.0)

z_score: Check Z Score of Numeric Columns

Description

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

Usage

z_score(x)

Value

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

Arguments

x

A numeric vector.