Learn R Programming

midasr (version 0.2)

fmls: Full MIDAS lag structure

Description

Create a matrix of MIDAS lags, including contemporaneous lag up to selected order.

Usage

fmls(x, k, m, ...)

Arguments

x
a vector
k
maximum lag order
m
frequency ratio
...
further arguments

Value

  • a matrix containing the lags

Details

This is a convenience function, it calls link{msl} to perform actual calculations.

See Also

mls