onebp | R Documentation |
Function computes the optimal one break partition in partial structural change model by searching over all possible breaks
onebp(y, z, x, h, start, last)
y |
dependent variables |
z |
independent variables with coefficients allowed to change across regimes |
x |
independent variables with constant coefficients across regimes |
h |
minimal length of segment |
start |
initial date to search |
last |
last date to search |
A list containing the following components
ssrmin |
associated SSR of optimal break |
dx |
optimal date (global minimizer) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.