auto_normalize: auto_normalize

Description Usage Arguments Value Author(s) See Also Examples

Description

all the stats around if you want to apply a Box-Cox transform

Usage

1

Arguments

x

the Numeric vector to transform

Value

the transformed vector

Author(s)

Mark Newman, mark@trinetteandmark.com

See Also

Other normalization: apply_bcskew0

Examples

1
2
3
4
5
6
7
  
  model <-
    testdata.apply_bcskew0 %>%
    auto_normalize()
  model$stats
  model$plot %>% plot()
  model$transformed %>% head()

markanewman/AnalysisMacros documentation built on May 22, 2019, 2:41 p.m.