Skip to contents

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.

Usage

normality_suite(x)

Arguments

x

Numeric vector.

Value

A list of morie_test_result.