Am 12.09.2017 um 17:57 schrieb Allin Cottrell:
I just took a look at that and fixed it in git.
That's great, thanks -- but you didn't think that this was it from my
side, did you?
So I'm sorry to bother you further, but here's a bunch of other minor
Midas issues:
<hansl>
open gdp_midas.gdt
list m = indpro_m?
list lagsm = hflags(0,3, m)
midasreg qgdp const ; mds(m, 0, 5, 0) # works OK
# the following gives the error:
# "mds(): the first term must be a MIDAS list"
# although lagsm _is_ a Midas list (at least in a certain sense)
midasreg qgdp const ; mds(lagsm, 0, 5, 0)
# the following gives uninformative generic "syntax error",
# might inform the user that the number or args is wrong:
midasreg qgdp const ; mds(m, 0, 5)
# the following gives generic "data types not conformable" error,
# instead of "first arg is list, should be scalar"
list lagsm = hflags(m, 0,3)
</hansl>
thanks,
sven