is.outlier.inc: Check outliers with masking

View source: R/lassoc.R

is.outlier.incR Documentation

Check outliers with masking

Description

Check outliers with masking

Usage

is.outlier.inc(x, inc = inc, t = 3)

Arguments

x

numeric vector

inc

boolean vector with same length as x, used for masking. FALSE will exclude the element to NA in the corresponding position in x from calculation.

t

scale of deviation, default to 3, as in outliers

Value

boolean vector with same length as x, TRUE means the corresponding element in x is an outlier and is not NA, or it is excluded by inc


remnrem/luna documentation built on June 1, 2025, 2:14 p.m.