print.multiRec: Print a short summary of the model fit
Description
Print a short summary of the model fit
Usage
# S3 method for multiRec
print(x, digits = 4, ...)
Value
Invisibly returns the input object x. Called for side effects (printing).
Arguments
- x
an object of type multiRec
- digits
integer, the number of decimal digits to display for parameters.
- ...
not used