Description Usage Arguments Details Value
Centers and scales the columns of a matrix robustly for the purpose of covariance estimation.
1 | scale_med(mat)
|
mat |
A numerical matrix. |
Centers each column on its median, and scales each column by its median absolute deviation (MAD). If any column MAD is zero, its values become zero and a warning is raised. If all MADs are zero, an error is raised.
The input matrix with its columns centered and scaled.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.