Description Usage Arguments Details Value Author(s) Examples
View source: R/midas_r_methods.R
Plots MIDAS coefficients of a MIDAS regression for a selected term.
1 2 3 4 5 6 7 8 9 10 11 | plot_midas_coef(x, term_name, title, ...)
## S3 method for class 'midas_r'
plot_midas_coef(
x,
term_name = NULL,
title = NULL,
vcov. = sandwich,
unrestricted = x$unrestricted,
...
)
|
x |
|
term_name |
the term name for which the coefficients are plotted. Default is |
title |
the title string of the graph. The default is |
... |
additional arguments passed to |
vcov. |
the covariance matrix to calculate the standard deviation of the cofficients |
unrestricted |
the unrestricted model, the default is unrestricted model from the |
Plots MIDAS coefficients of a selected MIDAS regression term together with corresponding MIDAS coefficients and their confidence intervals of unrestricted MIDAS regression
a data frame with restricted MIDAS coefficients, unrestricted MIDAS coefficients and lower and upper confidence interval limits. The data frame is returned invisibly.
Virmantas Kvedaras, Vaidotas Zemlys
1 2 3 4 5 6 7 8 9 10 11 |
Loading required package: sandwich
Loading required package: optimx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.