Treat {COINr} | R Documentation |
Treat outliers
Description
Generic function for treating outliers using a two-step process. See individual method documentation:
Usage
Treat(x, ...)
Arguments
x |
Object to be treated |
... |
arguments passed to or from other methods. |
Details
See also vignette("treat")
.
This function replaces the now-defunct treat()
from COINr < v1.0.
Value
Treated object plus details.
[Package COINr version 1.1.14 Index]