Description Usage Arguments Value
getNumSum applies function over columns in order to extract location- and scale parameters.
In Addition to that, for each column, a ggplot object will be implemented.
For the numeric summary data.frame following columns will be explained:
The sample kurtosis will be calculated via 1/n * ∑_{i=1}^{n}(x_i - \bar{x} / s)^{4}
The sample skewness will be calculated via 1/n * ∑_{i=1}^{n}(x_i - \bar{x} /s)^{3}
l.bound is defined as q_{0.25} - 1.5IQR and lbound is defined as q_{0.75} + 1.5IQR
where IQR = q_{0.75} - q{0.25}
1 |
data |
[ |
features |
[ |
target |
[ |
geom.hist.args |
[ |
geom.dens.args |
[ |
geom.box.args |
[ |
[list()
]
A list containing the numeric summary and ggplot for each numeric column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.