make_outliers_na: Makes Outliers NA

Description Usage Arguments Value Examples

View source: R/make_outliers_na.R

Description

Makes all values beyond specified standard deviations from the mean NA.

Usage

1
make_outliers_na(x, multiplier)

Arguments

x

a numeric vector, with more than 2 values

multiplier

a number greater than 0, sd is multiplied by this to determine boundaries

Value

numeric vector with outliers NA

Examples

1

jennguyen1/jn.general documentation built on March 28, 2020, 7:18 p.m.