print.changepoint: Printing of Changepoint model objects

View source: R/helper.R

print.changepointR Documentation

Printing of Changepoint model objects

Description

Printing of Changepoint model objects

Usage

## S3 method for class 'changepoint'
print(object, chng.num = NULL, digits = min(3L, getOption("digits")))

Arguments

object

of class "changepoint".

chng.num

indicating the change-point model to summarized in terms of change-point(s) and hazards, if ommited the model with the highest posterior probability is presented.

digits

number of digits to be printed.


Philip-Cooney/PiecewiseChangepoint documentation built on Sept. 10, 2023, 9:49 p.m.