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 slcm object.
|
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()
)