print.mnt: Print method for tests of multivariate normality

Description Usage Arguments Details Value Examples

View source: R/mnt-package.R

Description

Printing objects of class "mnt".

Usage

1
2
## S3 method for class 'mnt'
print(x, ...)

Arguments

x

object of class "mnt".

...

further arguments to be passed to or from methods.

Details

A mnt object is a named list of numbers and character string, supplemented with test (the name of the teststatistic). test is displayed as a title. The remaining elements are given in an aligned "name = value" format.

Value

the argument x, invisibly, as for all print methods.

Examples

1
print(test.DEHU(MASS::mvrnorm(50,c(0,1),diag(1,2)),a=1,MC=500))

mnt documentation built on July 31, 2020, 5:07 p.m.