print.mosum.cpts {mosum} | R 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 |
... |
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)
[Package mosum version 1.2.7 Index]