print.summary.spdur {spduration} | R Documentation |
print
method for class “summary.spdur
”.
## S3 method for class 'summary.spdur'
print(x, ...)
x |
An object with class |
... |
Further arguments passed to or from other methods. |
Formats spdur
summaries for printing.
The model fitting function is spdur
, and see
summary.spdur
for associated summary method.
data(model.coups)
s <- summary(model.coups)
class(s)
print(s)