ssr | R Documentation |
Function computes the recursive residuals of period from 'start' to 'last'
ssr(start, y, z, h, last)
start |
starting index of the sample used |
y |
dependent vars |
z |
matrix of time-variant regressors (dimension q) |
h |
minimal length of segment |
last |
ending index of the last segment considered |
out The vector of recursive SSR of length (last-start+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.