There is a backward compatibility problem with the recent changes in
the "list" command. Until now there were no problem with this command
list xlist = Ct Ct(-1)
the contemporaneous value of Ct and the first lag were added to the list.
But now I obtain the error
"Data types not conformable for operation"
As a workaround I can use
list laglist = lags(1, Ct)
list xlist = Ct laglist
obtaining the same result, but I think the old syntax should be correct now as
well.
--
Ignacio Diaz-Emparanza
DEPARTAMENTO DE ECONOMÍA APLICADA III (ECONOMETRÍA Y ESTADÍSTICA)
UPV/EHU
Avda. Lehendakari Aguirre, 83 | 48015 BILBAO
T.: +34 946013732 | F.: +34 946013754
www.et.bs.ehu.es