print.model: Summary output of a structural breaks 'model'

View source: R/Procedures.R

print.modelR Documentation

Summary output of a structural breaks 'model'

Description

'print' the output of the S3 class 'model' with all relevant information:

  • name of procedure used to obtain number of breaks in the model

  • print a table summarizing the break date estimation (including confidence interval for the estimated date)

  • print a table summarizing the estimated coefficients for 'z' regressors

  • print a table summarizing the estimated coefficients for 'x' regressors (if any)

Usage

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

Arguments

x

object of S3 class 'model'

...

further arguments passed to or from other methods.

Value

No return value, called for printing to console the following information in 'x':

  • Basic details of the model: name of prodecures invoked, number of estimated breaks, pure/partial structural change model,global min SSR

  • 'date_tab' summarizes estimated break dates, see compile_model

  • 'RS_tab' summarizes estimated coefficients allowed to change across regimes, see compile_model

  • 'FS_tab' summarizes estimated coefficients constant across regimes, see compile_model


mbreaks documentation built on April 3, 2025, 7:38 p.m.