View source: R/summary.spdur.R
print.summary.spdur | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.