View source: R/functions_corelation.R
normality | R Documentation |
tests normality of an EDA object values with Shapiro-Wilk test. For factor-type ones NULL is returned and a warning generated.
normality(eda_object)
eda_object |
an EDA object, created by |
a wrapper around shapiro.test
.
an eTest object with the W statistic and p value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.