[Gretl-devel] Re: --send-data (Re: Re: panel FE with constant dep va...)

2019-07-14 Thread Allin Cottrell
On Sat, 13 Jul 2019, Sven Schreiber wrote: > Gretl's doc for jsongetb says: "JSON arrays become > gretl arrays, each of which holds either strings or bundles" > And indeed, consider the following: > > string j = sprintf("{\"vec\": [1, 2, 3]}") > eval jsongetb(j).vec > > which gives: > Array of

[Gretl-devel] Re: --send-data (Re: Re: panel FE with constant dep va...)

2019-07-14 Thread Sven Schreiber
Am 12.07.2019 um 17:04 schrieb Allin Cottrell: On Fri, 12 Jul 2019, Sven Schreiber wrote: Something else: BTW, the guide mentions that --send-data is not available with Ox, but is silent for the Python case. Actually Artur and I are working (not too hard) on more tools for passing stuff to

[Gretl-devel] Re: --send-data (Re: Re: panel FE with constant dep va...)

2019-07-13 Thread Sven Schreiber
Am 13.07.2019 um 10:57 schrieb Artur Tarassow: Am 12.07.19 um 19:28 schrieb Sven Schreiber: Am 12.07.2019 um 18:01 schrieb Artur Tarassow: Currently, gretl can read-in json-files and converts them into a bundle or array of bundles. Right, and perhaps json could therefore be the format

[Gretl-devel] Re: --send-data (Re: Re: panel FE with constant dep va...)

2019-07-13 Thread Artur Tarassow
Am 12.07.19 um 19:28 schrieb Sven Schreiber: Am 12.07.2019 um 18:01 schrieb Artur Tarassow: Am 12.07.19 um 17:38 schrieb Riccardo (Jack) Lucchetti: Proof-of-concept: I would rather favour the json-format as an exchange protocol. Artur, I think you are in the mainstream in pushing for json

[Gretl-devel] Re: --send-data (Re: Re: panel FE with constant dep va...)

2019-07-12 Thread Allin Cottrell
On Fri, 12 Jul 2019, Artur Tarassow wrote: Am 12.07.19 um 17:38 schrieb Riccardo (Jack) Lucchetti: It would be really cool if we could pass bundles to languages that support some variant of associative arrays, eg R, where they call them lists, or Python, where they call them dicrtionaries

[Gretl-devel] Re: --send-data (Re: Re: panel FE with constant dep va...)

2019-07-12 Thread Sven Schreiber
Am 12.07.2019 um 18:01 schrieb Artur Tarassow: Am 12.07.19 um 17:38 schrieb Riccardo (Jack) Lucchetti: Proof-of-concept: I would rather favour the json-format as an exchange protocol. Artur, I think you are in the mainstream in pushing for json to replace xml, and maybe it's a good push.

[Gretl-devel] Re: --send-data (Re: Re: panel FE with constant dep va...)

2019-07-12 Thread Allin Cottrell
On Fri, 12 Jul 2019, Riccardo (Jack) Lucchetti wrote: > On Fri, 12 Jul 2019, Allin Cottrell wrote: > > > On Fri, 12 Jul 2019, Sven Schreiber wrote: > > > > > Something else: BTW, the guide mentions that --send-data is not > > > available with Ox, but is silent for the Python case. Actually Artur

[Gretl-devel] Re: --send-data (Re: Re: panel FE with constant dep va...)

2019-07-12 Thread Artur Tarassow
Am 12.07.19 um 17:38 schrieb Riccardo (Jack) Lucchetti: On Fri, 12 Jul 2019, Allin Cottrell wrote: On Fri, 12 Jul 2019, Sven Schreiber wrote: Something else: BTW, the guide mentions that --send-data is not available with Ox, but is silent for the Python case. Actually Artur and I are working

[Gretl-devel] Re: --send-data (Re: Re: panel FE with constant dep va...)

2019-07-12 Thread Riccardo (Jack) Lucchetti
On Fri, 12 Jul 2019, Allin Cottrell wrote: On Fri, 12 Jul 2019, Sven Schreiber wrote: Something else: BTW, the guide mentions that --send-data is not available with Ox, but is silent for the Python case. Actually Artur and I are working (not too hard) on more tools for passing stuff to

[Gretl-devel] Re: --send-data (Re: Re: panel FE with constant dep va...)

2019-07-12 Thread Allin Cottrell
On Fri, 12 Jul 2019, Sven Schreiber wrote: > Am 12.07.2019 um 16:15 schrieb Allin Cottrell: > > Neither stata nor R reject this specification, but the "arguably > > strange" output from gretl is indeed an artifact of sub-par numerical > > precision in the unbalanced case using Cholesky