Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

NormalityTests

Normality tests


Description

Normality tests foor the columns of a matrix and a grouping variable.

Usage

NormalityTests(X, groups = NULL, plot = FALSE, SortByGroups = FALSE)

Arguments

X

A data frame or a matrix containing several numerical variables

groups

A factor with the groups

plot

If TRUE the qqnorm plots are shown

SortByGroups

Should the results be sorted by groups?

Details

Normality tests foor the columns of a matrix and a grouping variable.

Value

The normality tests and the plots

Author(s)

Jose Luis Vicente Villardon

Examples

data(wine)
NormalityTests(wine[,4:6], groups = wine$Origin, plot=TRUE)

MultBiplotR

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.