Internal Shapiro-Wilk and Jarque-Bera helpers were removed in v0.9.6;
the suite now calls stats::shapiro.test directly and computes
the Jarque-Bera statistic inline. Users wanting a stand-alone
Jarque-Bera test should call tseries::jarque.bera.test.
Examples
set.seed(1)
str(normality_suite(rnorm(50)), max.level = 1)
#> List of 4
#> $ :List of 10
#> ..- attr(*, "class")= chr [1:3] "morie_test_result" "morie_rich_result" "list"
#> $ :List of 10
#> ..- attr(*, "class")= chr [1:3] "morie_test_result" "morie_rich_result" "list"
#> $ :List of 10
#> ..- attr(*, "class")= chr [1:3] "morie_test_result" "morie_rich_result" "list"
#> $ :List of 10
#> ..- attr(*, "class")= chr [1:3] "morie_test_result" "morie_rich_result" "list"
