doglob | R Documentation |
'doglob()' identify if the structural change model is i) pure or ii)
partial change model. The procedure then calls appropriate functions dating
to estimate
the pure change model and nldat
to estimate the partial change model.
doglob(y, z, x, m, eps, h, maxi, fixb, betaini, printd, eps1)
y |
matrix of dependent variable |
z |
matrix of independent variables with coefficients allowed to change across regimes |
x |
matrix of independent variables with coefficients constant across regimes |
m |
number of breaks in the structural change model |
eps |
convergence criterion for iterative recursive computation. (For partial change model ONLY) |
h |
Minimum segment length of regime considered in estimation. If users want to specify a particular value, please set 'eps1=0' |
maxi |
maximum number of iterations. (For partial change model ONLY) |
fixb |
option to use fixed initial input |
betaini |
Initial |
printd |
Print option for model estimation. |
eps1 |
trimming level |
A list containing the following components:
Minimum global SSR.
Vector of dates (optimal minimizers).
Associated SSRs with possible break dates combination.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.