print.dsm {dsm} | R Documentation |
This method just gives a short description of the fitted model. Use the
summary.dsm
method for more information.
## S3 method for class 'dsm'
print(x, ...)
x |
a model fitted by |
... |
unspecified and unused arguments for S3 consistency |
NULL
David L. Miller