Shapiro-Wilk normality test
Examples
morie_shapiro_wilk_test(x = rnorm(50))
#> $W
#> [1] 0.9898816
#>
#> $p_value
#> [1] 0.9433753
#>
#> $is_normal
#> [1] TRUE
#>
Shapiro-Wilk normality test
morie_shapiro_wilk_test(x = rnorm(50))
#> $W
#> [1] 0.9898816
#>
#> $p_value
#> [1] 0.9433753
#>
#> $is_normal
#> [1] TRUE
#>