is_normal: Check for normality is_normal() gives a TRUE/FALSE value...

View source: R/normality.R

is_normalR Documentation

Check for normality is_normal() gives a TRUE/FALSE value based on normality test of the variable.

Description

Check for normality is_normal() gives a TRUE/FALSE value based on normality test of the variable.

Usage

is_normal(variable, show.warnings = FALSE, decimals = 2, DEBUG = FALSE)

Arguments

variable

vector of values (ideally numbers)

show.warnings

Default FALSE. Whether or not you want to get possible warnings

Value

logical value (TRUE/FALSE)

Examples


is_normal(rnorm(100))


feranpre/udaicR documentation built on July 15, 2022, 12:54 p.m.