Learn R Programming

desctable (version 0.1.0)

is.normal: 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