Description Usage Arguments Value References Examples
View source: R/expandFunctions.R
This transform takes Poisson (count) information and makes it more Gaussian, then z-scales (standardizes by centering and scaling to var = 1) the results.
1 | freemanTukey(x)
|
x |
Data vector |
The transformed vector
Taken from https://en.wikipedia.org/wiki/Anscombe_transform
1 | x <- freemanTukey(sunspot.month)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.