Tests and visualizes normality assumptions for numeric variables using Shapiro-Wilk test, skewness, kurtosis, and Q-Q plots.
Value
A list containing:
table: A gt table with normality statisticsplots: Q-Q plots (if requested)results: Data frame with all statistics
Examples
if (FALSE) { # \dontrun{
normality_check(mtcars, Vars = c("mpg", "hp", "wt"))
} # }