DAGOSTINO: D'Agostino test

View source: R/DAGOSTINO.R

DAGOSTINOR Documentation

D'Agostino test

Description

It performs the D'Agostino test of univariate normality

Usage

DAGOSTINO(data)

Arguments

data

Author(s)

This test is a modification of the original written in Spanish by Peter Mandeville

References

DAgostino, R., Pearson, E.S.: Tests for Departure from Normality. Empirical Results for the Distributions of b2 and sqrt(b1). Biometrika 60(3),(1973)

D'Agostino, R.B.: Transformation to normality of the null distribution of g1. Biometrika 57(3), (1970)

D'Agostino, R.B., Belanger, A., Jr, R.B.D.A.: A suggestion for using powerful and informative tests of normality. The American Statistician 44(4),(1990)

See Also

Chi-squared, Anderson-Darling, Kolmogorov-Smirnov, Jarque-Bera and Shapiro-Wilks tests

Examples

data(bimetal1)
for (i in 1 : 5){
	DAGOSTINO(bimetal1[,i])
	}
	


MSQC documentation built on May 1, 2022, 5:07 p.m.