Page 1 of 1

datasaver

PostPosted: Tue Jun 13, 2006 12:00 pm
by mpko
Hi,

I am trying to run Riccardo Colacito's example where he simulates the model and saves the results for estimation. It seems however that the
datasaver command is not functioning. Is there an alternative way to save the simulatated data?

Mika

PostPosted: Sat Jun 17, 2006 7:17 pm
by MichelJuillard
To save the data after simulation, you can just do

save <datafilename> <list of observed variables>;


Best

Michel

PostPosted: Mon Jun 19, 2006 7:53 am
by mpko
This works. Thanks Michel!

Mika