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