Description Usage Arguments Value
View source: R/factor-normalize.R
Normalize factors dataset by cleaning extremes and standardization.
1 2 3 4 5 6 7 8 |
ds_factors |
A factors dataset. |
factors_list |
A character vector of factors. |
group_by |
A character vector of fields as group data for scaling, NULL is default value which means no group setting. |
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 | a dataset of normalized factors
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.