is.normal: Test if distribution is normal

View source: R/convenience_functions.R

is.normalR Documentation

Test if distribution is normal

Description

Test if distribution is normal. The condition for normality is length > 30 and non-significant Shapiro-Wilks test with p > .1

Usage

is.normal(x)

Arguments

x

A numerical vector

Value

A boolean


MaximeWack/desctable documentation built on April 6, 2022, 5:38 a.m.