print.cpStat: Print method for change point statistics

View source: R/cpStat-methods.R

print.cpStatR Documentation

Print method for change point statistics

Description

Prints the value of the test statistic and add the most likely change point location.

Usage

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

Arguments

x

object of the class 'cpStat'.

...

further arguments passed to or from other methods.

Author(s)

Sheila Görz

See Also

print, wilcox_stat, CUSUM, HodgesLehmann,


robcp documentation built on Sept. 16, 2022, 5:05 p.m.

Related to print.cpStat in robcp...