Learn R Programming

RobMixReg (version 1.1.0)

DeOut: DeOut : Detect outlier observations.

Description

Detect outlier observations from a vector.

Usage

DeOut(daData, method)

Arguments

daData

A numerical vector.

method

Choose from '3sigma','hampel' and 'boxplot'.

Value

indices of outlier observations.