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