print.DLMCTest {MSTest} | R Documentation |
Print summary of a DLMCTest
object
Description
This is a method for the function print()
for objects of the class DLMCTest
.
Usage
## S3 method for class 'DLMCTest'
print(x, digits = getOption("digits"), ...)
Arguments
x |
an object used to select a method. |
digits |
minimal number of significant digits, see
|
... |
further arguments passed to or from other methods. |
Value
The DLMCTest
object is returned invisibly.
[Package MSTest version 0.1.5 Index]