On Thu, 4 Feb 2021, Artur Tarassow wrote:
Am 04.02.21 um 09:58 schrieb Burak Korkusuz:
> Hi,
>
> Is there a way to open a bundle estimation output in Eviews?
>
Hi,
If Eviews supports reading either an xml- or json file, you can read a
gretl-bundle in and create _some_ Eviews object (I don't know how it's called
in Eviews though). A gretl bundle is per default a standard xml format but
can also be stored as a json file.
Thanks, Artur: the JOSN format is even better, in many ways. Try this:
<hansl>
open data4-1
ols price const sqft
bwrite($model, "houses.json")
</hansl>
and the try opening the "houses.json" file with Firefox (it doesn't work
with Chrome, I'm afraid).
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------