Description Usage Arguments Value Author(s) See Also Examples
all the stats around if you want to apply a Box-Cox transform
1 |
x |
the Numeric vector to transform |
the transformed vector
Mark Newman, mark@trinetteandmark.com
Other normalization: apply_bcskew0
1 2 3 4 5 6 7 |
model <-
testdata.apply_bcskew0 %>%
auto_normalize()
model$stats
model$plot %>% plot()
model$transformed %>% head()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.