scaleData | R Documentation |
Scales all numeric variables via zscore.
scaleData(object, ...)
## S4 method for signature 'AnalysisAspect'
scaleData(object, na_rm = TRUE, verbose = TRUE, ...)
## S4 method for signature 'Analysis'
scaleData(object, na_rm = TRUE, verbose = TRUE)
object |
Any object for whose class a method has been defined. |
na_rm |
Logical. If TRUE, NAs are ignored. |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
The input object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.