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


desctable documentation built on March 24, 2022, 5:07 p.m.