On Wed, 29 May 2013, Sven Schreiber wrote:
Am 29.05.2013 17:23, schrieb Allin Cottrell:
> On Wed, 29 May 2013, Sven Schreiber wrote:
>
> If your returned bundle is not showing up in a window that
> could be a bug in gretl, or possibly in your package (though
> in the latter case you should get an error message, and it
> would be a gretl bug if you don't). I'll try constructing a
> minimal test of this functionality and report back.
I definitely didn't get any error message. There was indeed a mistake in
my bundle-print function (which is not literally called "bundle-print"
BTW),
No, it couldn't be, since you can't use '-' in a gretl
identifier.
but it was strange that no error was triggered; I had the
following assignment
matrix m = <bundlename>.results
but the bundle member's real name was "mresults" instead. As I said, no
error message made its way through to me.
Can you compare your package with the example I put up today?
[
http://users.wfu.edu/cottrell/pkg/ ] And/or send me your
package code?
I just tried introducing a similar error into the
"bundle-print" function for the "olsbundle" example (i.e.
calling for a non-existent bundle member) and the error
message came across loud and clear.
Allin