apply_bcskew0: apply_bcskew0

Description Usage Arguments Value Author(s) See Also Examples

Description

A first principals implementation of 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: auto_normalize

Examples

1
2
3
4
5
6
7
8
  
  x <- testdata.apply_bcskew0
  x %>% agostino.test()
  x2 <-
    x %>%
    apply_bcskew0
  x2 %>% agostino.test()
  x2 %>% attributes()

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