Description Usage Arguments Value Examples
View source: R/scan_numerics.R
Summary statistics about numerical columns in a dataframe
1 | scan_numerics(.data)
|
.data |
a dataframe |
a data.frame with one row for each numeric variables in data
with
minimum (Min
) and maximum (Max
) values, 1st, 2nd
and 3rd quartiles (Q1
, Med
, Q2
), interquartile range value (IQR), median absolute deviation
from the median (MADM
), MADM to median ratio (MADM/Q2
) and skewness
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.