check_normal_distribution: Title check if column distribution is normal

Description Usage Arguments Value Examples

Description

Title check if column distribution is normal

Usage

1

Arguments

colName

Value

TRUE if column has normal distribution

Examples

1
2
3
4
#' nobleGasses <- data.frame(Gas=c("Helium","Neon", "Argon", "Krypton", "Xenon", "Radon", "Oganesson"),
Symbol=c("He","Ne","Ae","Kr","Xe","Rn","Og"), Nr=c(2,10,18,36,54,86,118),
Mass=c(4.003,20.18,39.948,83.8,131.293,222,294))
check_normal_distribution(nobleGasses,"Mass")  # return FALSE

pkchouhan14/customerChurnUU documentation built on May 28, 2019, 5:55 p.m.