Learn R Programming

COINr (version 1.1.14)

qTreat: Quick outlier treatment

Description

This is a generic wrapper function for Treat(). It offers a simpler syntax but less flexibility.

Usage

qTreat(x, ...)

Value

A treated object

Arguments

x

Object to be normalised.

...

arguments passed to or from other methods.

Details

See individual method documentation:

  • qTreat.data.frame()

  • qTreat.coin()

  • qTreat.purse()

Examples

Run this code
# See individual method examples

Run the code above in your browser using DataLab