plot,hfilter-method | R Documentation |
Visualize the results of an applied Hamilton filter.
## S4 method for signature 'hfilter'
plot(x, which = NULL, ...)
x |
an object of class |
which |
either a string or a number can be entered to select a
plot type from the function call; options are (1) a facet plot of the
components, (2) the observed time series, (3) the observations together
with the fitted values, and (4) the residuals; for |
... |
further arguments to pass to |
This function returns NULL
.
Dominik Schulz (Research Assistant) (Department of Economics, Paderborn
University),
Author and Package Creator
est <- hamilton_filter(log(EXPENDITURES))
plot(est, which = 3, col = c(1, 6))
plot(est, which = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.