View source: R/numeric_methods.R
skewness.eda | R Documentation |
Gets skewness of a numeric-type EDA object. For factor-type ones NULL is returned and a warning generated. NAs are removed before computation.
## S3 method for class 'eda'
skewness(x, plain = FALSE)
x |
an EDA object, created by |
plain |
logical, should the output be coerced to a single vector? |
a tibble or a numeric value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.