Learn R Programming

mbreaks (version 1.0.0)

print.model: 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 model
print(x, ...)

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

Arguments

x

object of S3 class model

...

further arguments passed to or from other methods.