On Tue, 23 Aug 2011, Marcin Błażejowski wrote:
is it possible to include a model type object into the bundle?
Example script:
<hansl>
open bjg
RES <- ols lg const lg(-1) --quiet
bundle foo
foo["model"] = "RES"
foo["model"].show
</hansl>
No. That could perhaps be arranged but I'm not sure it's the
right way to go. At present you can grab data from a model
using the various accessors and pack it into your bundle. You
can also use the modprint command to format the material
in a bundle-printer function.
Allin