print.model {mbreaks} | R 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
regressorsprint 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 |
... |
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, seecompile_model
RS_tab
summarizes estimated coefficients allowed to change across regimes, seecompile_model
FS_tab
summarizes estimated coefficients constant across regimes, seecompile_model