summary.DLMMCTest {MSTest} | R Documentation |
Summary of a DLMMCTest
object
Description
This is a method for the function summary()
for objects of the class DLMMCTest
.
Usage
## S3 method for class 'DLMMCTest'
summary(object, digits = getOption("digits"), ...)
Arguments
object |
an object for which a summary is desired. |
digits |
integer, used for number formatting with
|
... |
additional arguments affecting the summary produced. |
Value
The DLMMCTest
object is returned invisibly.
[Package MSTest version 0.1.5 Index]