Skip to contents

Normality check

Usage

is_normal(x, alpha = 0.05, test)

Arguments

x

Numeric vector with or without NA's.

alpha

Threshold for rejection of the null hipotesis (of normality).

test

A function that returns a single numeric value (p.value) to be tested.