lab2: Z score from a vector Compute Z score for outlier detection...

Description Usage Arguments Value Examples

View source: R/lab2.R

Description

Z score from a vector Compute Z score for outlier detection Input parameter must be a vector

Usage

1
lab2(x)

Arguments

x

a vector of interest

Value

z score of a vector

Examples

1
x = df1$COLUMN1; lab2(x)

fraclad/math4753 documentation built on April 21, 2020, 2:21 p.m.