print.mdl | R Documentation |
'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
## S3 method for class 'mdl'
print(x, ...)
x |
class 'mdl' object |
... |
further arguments passed to or from other methods |
No return value, only for printing 'model', 'sbtests' and 'seqtests' class objects invoked during 'mdl()'.
rate = mdl('rate',data=real)
print(rate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.