print.slcm | R Documentation |
Custom printing class to reveal features of the fitted SLCM.
## S3 method for class 'slcm'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
the |
digits |
the number of significant digits |
... |
further arguments passed to or from other methods. |
Print details and estimates found within the fitted SLCM.
Return the model invisibly (via invisible()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.