print.model | R Documentation |
'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)
## S3 method for class 'model'
print(x, ...)
x |
object of S3 class 'model' |
... |
further arguments passed to or from other methods. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.