print.etest.mvnorm {energy}R Documentation

Print E-test (Energy Test) of Multivariate Normality

Description

Print method for etest.mvnorm object returned by the mvnorm.etest function.

Usage

print.etest.mvnorm(x, ...)

Arguments

x an object of class etest.mvnorm
... extra arguments passed to or from other methods

See Also

mvnorm.etest

Examples

 ## print E-test for 5-dimensional data
 x <- matrix(rnorm(100), nrow=20, ncol=5)
 e <- mvnorm.etest(x)
 print.etest.mvnorm(e)
 

[Package Contents]