print.slcm {slcm} | R Documentation |
Print the SLCM object
Description
Custom printing class to reveal features of the fitted SLCM.
Usage
## S3 method for class 'slcm'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
x |
the |
digits |
the number of significant digits |
... |
further arguments passed to or from other methods. |
Value
Print details and estimates found within the fitted SLCM.
Return the model invisibly (via invisible()
)
[Package slcm version 0.1.0 Index]