BSky_Shapiro_Wilk_normality_test: Shapiro-Wilk Normality Test

BSky_Shapiro_Wilk_normality_testR Documentation

Shapiro-Wilk Normality Test

Description

Performs the Shapiro-Wilk test of normality.

Usage

BSky_Shapiro_Wilk_normality_test(data = NULL, vars = NULL, dataset = NULL)

Arguments

x:

a numeric vector of data values. Missing values are allowed, but the number of non-missing values must be between 3 and 5000.

Value

A list with class "htest" containing the following components: statistic: the value of the Shapiro-Wilk statistic. p.value: an approximate p-value for the test. This is said in Royston (1995) to be adequate for p.value < 0.1. method: the character string "Shapiro-Wilk normality test". data.name: a character string giving the name(s) of the data.


BlueSkyStatistics/BlueSky documentation built on Jan. 29, 2025, 4:15 p.m.