detect_out: detect_out

View source: R/detect_out.R

detect_outR Documentation

detect_out

Description

Marks suspected outliers in a series

Usage

detect_out(fit, alpha)

Arguments

fit

An lm fit.

alpha

Cutoff for declaring a point an outlier, defaults to 0.05.

Details

Uses the methodology described in ... to check for suspected outliers.

Value

A vector with 0 and 1 where 1 denotes the suspected outlier.

Author(s)

Erik Lampa


NRM-MOC/MoCiS documentation built on March 27, 2023, 7:35 p.m.