print the details of an object of class summary.DImulti
Usage
# S3 method for class 'summary.DImulti'
print(x, verbose = FALSE, digits = .Options$digits, ...)
Arguments
- x
an object of class DImulti
- verbose
an optional logical value used to control the amount of output when the object is printed. Defaults to FALSE.
- digits
the number of significant digits to use when printing
- ...
some methods for this generic function require additional arguments. None are used in this method.
See also
print
which this function wraps.