Description Usage Arguments Details Value Author(s) Examples
Creates a weight function selection table for MIDAS regression model with given information criteria and weight functions.
1 2 3 4 5 6 7 8 9 10 |
formula |
the formula for MIDAS regression, the lag selection is performed for the last MIDAS lag term in the formula |
data |
a list containing data with mixed frequencies |
start |
the starting values for optimisation |
IC |
the information criteria which to compute |
test |
the names of statistical tests to perform on restricted model, p-values are reported in the columns of model selection table |
Ofunction |
see midasr |
weight_gradients |
see midas_r |
... |
additional parameters to optimisation function, see midas_r |
This function estimates models sequentially increasing the midas lag from kmin
to kmax
of the last term of the given formula
a midas_r_ic_table
object which is the list with the following elements:
table |
the table where each row contains calculated information criteria for both restricted and unrestricted MIDAS regression model with given lag structure |
candlist |
the list containing fitted models |
IC |
the argument IC |
Virmantas Kvedaras, Vaidotas Zemlys
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.