Page 1 of 1

Saving sspace model as plain text

Posted: Mon Mar 17, 2014 10:00 am
by lukevancleve
Hi,

I'd like to save models as plain text (for version control systems) for use in different runs. Ideally I'd is save the model text, import the text in a new workfile, and append it to a new model. The model append code doesn't like this though. Is there a way to do this? Thanks.

freeze(modeltext) modname.spec
spec.save(t=txt) modeltext

sspace aa
text bb
bb.append(file) spec.txt
aa.append {bb}

Re: Saving sspace model as plain text

Posted: Mon Mar 17, 2014 11:20 am
by EViews Gareth
Unfortunately the sspace object does not let you append specification from a text file (or object) via command.