"normalize" {ScottKnottESD} | R Documentation |
Normalize non-normal distributions using the Box-Cox Power Transformation
Description
Normalize non-normal distributions using the Box-Cox Power Transformation
Usage
normalize(x, ...)
Arguments
x |
A wide-format data frame. |
... |
Optional parameters. |
Value
A wide-format data frame.
Author(s)
Chakkrit Tantithamthavorn (kla@chakkrit.com)
Examples
normalized.data <- normalize(example)
[Package ScottKnottESD version 2.0.3 Index]