is_normal: Runs a Shapiro-Wilk test of normality.

is_normalR Documentation

Runs a Shapiro-Wilk test of normality.

Description

Returns "Yes" if v is normal, "No" if v is not normal, or "NA" if the test cannot be run.

Usage

is_normal(v, alpha = 0.05)

Arguments

v

The values to test.

alpha

The alpha level.


toddagood/apatfa documentation built on Jan. 30, 2023, 11:51 p.m.