Learn R Programming

MSQC (version 1.1.0)

DAGOSTINO: D'Agostino test

Description

It performs the D'Agostino test of univariate normality

Usage

DAGOSTINO(data)

Arguments

data

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

Run this code
# NOT RUN {
data(bimetal1)
for (i in 1 : 5){
	DAGOSTINO(bimetal1[,i])
	}
	

# }

Run the code above in your browser using DataLab