Use representation with substituted coefs from an eq?
Posted: Tue Dec 18, 2012 12:47 pm
After estimating an equation, one can view the "representations" view, which also shows a version with the estimated coefficient values substituted in. This can then be copied and pasted into a model creation or append command with the expected outcome.
Is it possible to access this string automatically when creating a model? Something like:
..Of course, those commands don't work, but hopefully someone understands what I'm trying to accomplish here.
Thanks
Is it possible to access this string automatically when creating a model? Something like:
Code: Select all
EQUATION eq1.ls x c y z
MODEL model1
model1.append eq1.representationsThanks