dating | R Documentation |
Function computes break points that globally minimizes SSR
dating(y, z, h, m, q, bigT)
y |
dependent variable |
z |
matrix of independent variables |
h |
minimum length of segment |
m |
maximum number of breaks |
q |
number of regressors z |
bigT |
sample period T |
A list containing the following components:
glb |
minimum global SSR |
datevec |
Vector of dates (optimal minimizers) |
bigvec |
Associated SSRs |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.