print.mmcm {mmcm}R Documentation

Print function for mmcm object

Description

This function print result of function mcm.mvt, mmcm.mvt and mmcm.resamp

Usage

## S3 method for class 'mmcm'
print(x, digits = getOption("digits"), ...)

Arguments

x

Object of class mmcm, which is result of function mcm.mvt, mmcm.mvt and mmcm.resamp.

digits

a non-null value for digits specifies the minimum number of significant digits to be printed in values. The default, NULL, uses getOption(digits). (For the interpretation for complex numbers see signif.) Non-integer values will be rounded down, and only values greater than or equal to 1 and no greater than 22 are accepted.

...

Further arguments passed to or from other methods.

Details

The case where printed "More than 2 contrast coefficient vectors were selected", some contrast may be unsuitable.

See Also

print.default, mmcm.mvt, mmcm.resamp, mcm.mvt


[Package mmcm version 1.2-8 Index]