| KPSS.1.break | R Documentation | 
Computes the cointegration test with one known structural break.
KPSS.1.break(y, x, model, break.point, weakly.exog = TRUE, ll.init)
y | 
 A time series of interest.  | 
x | 
 A matrix of explanatory stochastic regressors.  | 
model | 
 A scalar equal to 
  | 
break.point | 
 A position of the break point.  | 
weakly.exog | 
 Exogeneity of the stochastic regressors 
  | 
ll.init | 
 A scalar, defines the initial number of leads and lags for DOLS.  | 
The code provided is the original GAUSS code by Carrion-i-Silvestre and Sansó ported to R.
See Carrion-i-Silvestre and Sansó (2006) for further details.
A list of:
beta: DOLS estimates of the coefficients,
tests: SC test (coinKPSS-test),
resid: Residuals of the model,
t.beta: Individual significance t-statistics,
break_point: Break point.
Carrion-i-Silvestre, Josep Lluís, and Andreu Sansó. “Testing the Null of Cointegration with Structural Breaks.” Oxford Bulletin of Economics and Statistics 68, no. 5 (October 2006): 623–46. https://doi.org/10.1111/j.1468-0084.2006.00180.x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.