print.mosum.cpts: Change points estimated by MOSUM procedure

View source: R/mosum.R

print.mosum.cptsR Documentation

Change points estimated by MOSUM procedure

Description

Print method for objects of class mosum.cpts

Usage

## S3 method for class 'mosum.cpts'
print(x, ...)

Arguments

x

a mosum.cpts object

...

not in use

Examples

x <- testData(lengths = rep(100, 3), means = c(0, 5, -2), sds = rep(1, 3), seed = 1234)$x
m <- mosum(x, G = 40)
print(m)

mosum documentation built on Oct. 22, 2022, 5:05 p.m.