check.ANOVA.assumptions: Check basic ANOVA assumptions

"check.ANOVA.assumptions"R Documentation

Check basic ANOVA assumptions

Description

Check the normality assumption of the input dataset using the Kolmogorov-Smirnov Test and the homogeneity of variances assumption of the input dataset using the Levene's test.

Usage

check.ANOVA.assumptions(x, alpha = 0.05, ...)

Arguments

x

A wide-format data frame.

alpha

The significance level.

...

Optional parameters.

Value

A wide-format data frame.

Author(s)

Chakkrit Tantithamthavorn (kla@chakkrit.com)

Examples

check.ANOVA.assumptions(example)


klainfo/ScottKnottESD documentation built on Feb. 15, 2023, 5:46 a.m.