print.changepoint | R Documentation |
Printing of Changepoint model objects
## S3 method for class 'changepoint'
print(object, chng.num = NULL, digits = min(3L, getOption("digits")))
object |
of class "changepoint". |
chng.num |
indicating the change-point model to summarized in terms of change-point(s) and hazards, if ommited the model with the highest posterior probability is presented. |
digits |
number of digits to be printed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.