normality.df: Normality test for a dataset

Description Usage Arguments Value Examples

View source: R/dftest.R

Description

Normality test for a dataset

Usage

1
normality.df(df, output = c("none", "figure", "message", "all"))

Arguments

df

: the data frame to be tested

output

: if "none", nothing is displayed, if "figure", a figure is displayed, if "message" a message is displayed, and if "all", a message and a figure are displayed

Value

A list with the following elements:

Examples

1
2
3
4
5
normality.df(iris, output = "all")

## install.packages("kohonen")
data(wines, package = "kohonen")
normality.df(wines, "all")

doodlefao/NormalityTest documentation built on June 7, 2020, 12:44 a.m.