On Wed, 24 Oct 2018, oleg_komashko(a)ukr.net wrote:
Please, run the following to see some strange behavior
open keane.gdt -q
series lp_mfx_print = normal()
include lp-mfx.gfn
smpl (year==87) --restrict
logit status 0 educ exper expersq black --multinomial -q
bundle b = mlogit_mfx(status, $xlist, $coeff, $vcv, $sample)
Then press b icon at session icon view
A mess, to be sure. Fortunately it was easy to fix; the fix is now
in git.
When the bundle-print function of a package is invoked via the GUI,
we know perfectly well it's a function call and nothing to do with
lags of a series that a trickster may have created. We just weren't
conveying that knowledge to "genr"; now we do.
Allin