View source: R/03_IFE_algorithm_functions.R
scaling_X | R Documentation |
Scaling of X.
scaling_X(X, firsttime, robust, vars)
X |
input |
firsttime |
Scaling before generating Y and before adding outliers: this is always with mean and sd. If this is FALSE, it indicates that we are using the function for a second time, after adding the outliers. In the robust case it uses median and MAD, otherwise again mean and sd. |
robust |
logical, scaling with robust metrics instead of with non-robust measures |
vars |
number of observable variables |
3D-array with the same dimensions as X
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.