# NOT RUN {
data(macro_midasml)
est.start <- as.Date("1990-12-01")
est.end <- as.Date("2017-03-01")
rgdp.data <- macro_midasml$rgdp.data
rgdp.data <- rgdp.data[rgdp.data$DATE<=as.Date("2017-06-01"),]
qtarget.sort_midasml(y.data = rgdp.data, x.macro.data = macro_midasml$md.data,
x.real.time = macro_midasml$text.data, x.quarterly_group = macro_midasml$survey.data,
x.lag = 12, legendre_degree = 3,
horizon = 1, macro_delay = 1, est.start, est.end,
standardize = TRUE, group_ar_lags = FALSE, disp.flag = FALSE)
# }
Run the code above in your browser using DataLab