is_normal | R Documentation |
Check for normality is_normal() gives a TRUE/FALSE value based on normality test of the variable.
is_normal(variable, show.warnings = FALSE, decimals = 2, DEBUG = FALSE)
variable |
vector of values (ideally numbers) |
show.warnings |
Default FALSE. Whether or not you want to get possible warnings |
logical value (TRUE/FALSE)
is_normal(rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.