Learn R Programming

MixStable (version 0.1.0)

test_normality: Test normality using multiple statistical tests

Description

Applies Shapiro-Wilk, Jarque-Bera, Anderson-Darling, and Kolmogorov-Smirnov tests to assess normality of a dataset.

Usage

test_normality(x)

Value

List of test statistics and p-values.

Arguments

x

Numeric vector of data.