print.mmcm: Print function for mmcm object

Description Usage Arguments Details See Also

View source: R/print.mmcm.R

Description

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

Usage

1
2
## 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


mmcm documentation built on March 13, 2020, 2:20 a.m.