Learn R Programming

COINr (version 1.1.14)

Treat: Treat outliers

Description

Generic function for treating outliers using a two-step process. See individual method documentation:

Usage

Treat(x, ...)

Value

Treated object plus details.

Arguments

x

Object to be treated

...

arguments passed to or from other methods.

Details

  • Treat.numeric()

  • Treat.data.frame()

  • Treat.coin()

  • Treat.purse()

See also vignette("treat").

This function replaces the now-defunct treat() from COINr < v1.0.