dorepart {mbreaks} | R Documentation |
Estimating number of breaks using repartition procedure
Description
dorepart()
computes the repartition estimates of the breaks obtained
by the sequential method by Bai, 1995.. It alows estimates that have the same asymptotic
distribution as those obtained by global minimization. Otherwise, the
output from the procedure "estim" below do not deliver asymptotically
correct confidence intervals for the break dates.
Usage
dorepart(
y_name,
z_name = NULL,
x_name = NULL,
data,
m = 5,
eps = 1e-05,
eps1 = 0.15,
maxi = 10,
fixb = 0,
betaini = 0,
printd = 0,
prewhit = 1,
robust = 1,
hetdat = 1,
hetvar = 1,
const = 1,
signif = 2
)
Arguments
y_name |
name of dependent variable in the data set |
z_name |
name of independent variables in the data set which coefficients are allowed to change
across regimes. |
x_name |
name of independent variables in the data set which coefficients are constant across
regimes. |
data |
name of data set used |
m |
Maximum number of structural changes allowed. If not specify,
m will be set to |
eps |
convergence criterion for iterative recursive computation |
eps1 |
value of trimming (in percentage) for the construction
and critical values. Minimal segment length
|
maxi |
maximum number of iterations |
fixb |
option to use fixed initial input |
betaini |
Initial |
printd |
Print option for model estimation. |
prewhit |
set to |
robust |
set to |
hetdat |
option for the construction of the F tests. Set to 1 if want to
allow different moment matrices of the regressors across segments.
If |
hetvar |
option for the construction of the F tests.Set to |
const |
indicates whether the regression model include an intercept changing across regimes. Default value is 1 |
signif |
significance level used to sequential test to select number of breaks.
|
Value
out A list of model
class for structural break model estimating by
repartition procedure
References
Bai, J. 1995, "Estimating Breaks one at a time", Econometric Theory, 13, 315-352
Examples
dorepart('inf','inflag','inffut',data=nkpc)