Description Usage Arguments Value Examples
This funciton first scale each feature using the scale
function, then make a boxplot of the z-score of each feature. This is usful
to check the overall normality of the dataset
1 | plot_normality_boxplot(object, sort = T)
|
object |
A |
sort |
A boolean variable indicating whether arrange the features according to their medians. |
A ggplot object
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.