print.cptmodel: Change-points estimated by solution path generation + model...

View source: R/tools.R

print.cptmodelR 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 cptmodel object

...

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)))

breakfast documentation built on Oct. 18, 2022, 5:08 p.m.