Description Usage Arguments Value
View source: R/factor-normalize.R
Normalize a vector of data by cleaning extremes and standardizing.
1 2 3 4 5 6 |
x |
a vector of data. |
clean_extremes_method |
method of cleaning extremes before standardization
, i.e. "sigma","mad", by default "sigma".
see details: |
standard_method |
method of standardizing data, i.e. "normal","rank",
by default "normal".
see details: |
... |
additional arguments to clean_extremes_method and standard_method. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.