compile_model | R Documentation |
compile_model()
compiles the information of model
class object x
into three
main tables:
Table for estimated break date in the model
with 90% and 95% confidence intervals based on robust
,hetomega
, hetq
options
for errors and prewhit
option.
Table for estimated coefficients for z
regressors
with corrected standard errors based on robust
,hetdat
,hetvar
options for errors and prewhit
option.
Table for estimated coefficients for x
regressors
with corrected standard errors based on robust
, hetdat
, and hetvar
options for errors and prewhit
option.
compile_model(x, digits = 3)
x |
the |
digits |
number of digits displayed in console. Default value is 3 |
Formatted x
with the following appended tables:
A data frame storing the break date estimated by the model, and their corresponding confidence intervals.
A data frame storing the estimated coefficients which allowed to change across regimes with corrected standard errors.
A data frame storing the estimated coefficients which is constant across regimes with corrected standard errors.
If x
returns 0 number of estimated break,
the function will return NULL
value instead of the list in Value
.
If x
is a pure structural break, the 'FS_tab' will return NULL
in
Value
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.