print.mdl {mbreaks} | R Documentation |
Print information of 'mbreaks' comprehensive procedure
Description
'print' prints the class 'mdl' object with default showing only certain procedures called by 'mdl()' function including: 'seqtests' class object, 'sbtests' class object, and 'model' class object using KT information criterion
Usage
## S3 method for class 'mdl'
print(x, ...)
Arguments
x |
class 'mdl' object |
... |
further arguments passed to or from other methods |
Value
No return value, only for printing 'model', 'sbtests' and 'seqtests' class objects invoked during 'mdl()'.
Examples
rate = mdl('rate',data=real)
print(rate)
[Package mbreaks version 1.0.1 Index]