eyeCutoff: Find values that exceed a given cutoff

View source: R/eyeCutoff.R

eyeCutoffR Documentation

Find values that exceed a given cutoff

Description

Provide a data frame and a cutoff point (in units of standard deviation) and receive a list of columns with extreme values, along with the number of values. If a column is provided in the call, then this function will instead return a listing of rows in that column that have missing values.

Usage

eyeCutoff(eData, stdevs = NULL, col = NULL)

Arguments

eData

A data frame

stdevs

The cutoff to define extreme scores in units of standard deviation.

col

Optional column. If provided, eyeCutoff will return the rows with missing values, for that column.

Value

Returns either a listing of columns with missing values (and totals) or one column with the missing rows.


zshipstead/eyeBall documentation built on April 26, 2022, 5:44 a.m.