summary.LMCLRTest {MSTest} | R Documentation |
Summary of a LMCLRTest
object
Description
This is a method for the function summary()
for objects of the class LMCLRTest
.
Usage
## S3 method for class 'LMCLRTest'
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 LMCLRTest
object is returned invisibly.
[Package MSTest version 0.1.5 Index]