A numeric matrix representing the final data after the requested fixes. It is a matrix with variables in the columns and frequencies as the row names.
info
An integer matrix containing information about the columns of the final data, such as range of data, missing data, lags/leads, etc.
Arguments
varList
A list of variables (i.e., ldtv objects) with similar frequency class.
interpolate
If TRUE, missing observations are interpolated.
adjustLeadLags
If TRUE, leads and lags are adjusted with respect to the first variable.
numExo
An integer representing the number of exogenous variables.
horizon
An integer representing the required length of out-of-sample data if adjustLeadLags is TRUE and there are exogenous variables.
It creates lags of exogenous variables or omits NaNs to make data available.