print.cptmodel {breakfast} | R Documentation |
Change-points estimated by solution path generation + model selection methods
Description
Print method for objects of class cptmodel
Usage
## S3 method for class 'cptmodel'
print(x, ...)
Arguments
x |
a |
... |
current not in use |
Examples
f <- rep(rep(c(0, 1), each = 50), 5)
x <- f + rnorm(length(f)) * .5
print(model.ic(sol.idetect(x)))
[Package breakfast version 2.4 Index]