State of Data and AI Literacy Report 2025
Download Now
Rdocumentation
powered by
Learn R Programming
midasr (version 0.5)
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