Hello to all the hard working team members who have work on building this beloved gretl.
I have another item on the wish-list.
I found that Ordinary least squares as formula only works when I have no more than 5
variables. Otherwise, the file commend item is dimmed.
Would it be hard to make gretl to formulate multiple lines of the formula?
I can try to write a script to do just that. Do I have to, or should I give it a try?
Thanks,
Fred
> On Mar 29, 2019, at 3:44 AM, gretl-users-request(a)lists.wfu.edu wrote:
>
> Send Gretl-users mailing list submissions to
> gretl-users(a)lists.wfu.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
http://lists.wfu.edu/mailman/listinfo/gretl-users
> or, via email, send a message with subject or body 'help' to
> gretl-users-request(a)lists.wfu.edu
>
> You can reach the person managing the list at
> gretl-users-owner(a)lists.wfu.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gretl-users digest..."
>
>
> Today's Topics:
>
> 1. Re: Any way to make coeffsum quiet? (Allin Cottrell)
> 2. Ordinary least squares as formula (Philippe)
> 3. Re: Ordinary least squares as formula (Summers, Peter)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 28 Mar 2019 12:03:50 -0400 (EDT)
> From: Allin Cottrell <cottrell(a)wfu.edu>
> To: Gretl list <gretl-users(a)lists.wfu.edu>
> Subject: Re: [Gretl-users] Any way to make coeffsum quiet?
> Message-ID: <alpine.LNX.2.21.1903281157210.27344@robroy>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> On Thu, 28 Mar 2019, Sven Schreiber wrote:
>
>> Am 27.03.2019 um 22:57 schrieb Cottrell, Allin:
>>> Am 27.03.2019 um 01:09 schrieb Fred Engst:
>>>>> Relating to the coeffsum and restrict command block, however, I have
>>>>> a few questions. 1. In my script, I need to make the coeffsum be
>>>>> quiet, but that seems not to be an option. Would it be hard to add
>>>>> one?
>>> That's now enabled in git and snapshots.
>>>
>>
>> Thanks Allin. Is there any deeper rationale for those (test) commands
>> that do not have the quiet option? (Well, apart from the fact and good
>> reason that it means more work for you right now.)
>
> No deeper rationale (for any test command that deposits $test and
> $pvalue). It's just a matter of
>
> * add an entry in the big options array in lib/src/options.c
>
> * revise the underlying C function to respect OPT_Q
>
> and, if the command in question doesn't currently accept any options,
>
> * revise its entry in the commands array in lib/src/tokenize.c
>
> * revise the signature of the underlying function
>
> * revise all calls to the underlying function to pass a "gretlopt".
>
> Allin
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 28 Mar 2019 19:20:50 +0000
> From: Philippe <flip101(a)gmail.com>
> To: gretl-users(a)lists.wfu.edu
> Subject: [Gretl-users] Ordinary least squares as formula
> Message-ID:
> <CACQKD_8ML1QGLdfQ+0YRtQnk96aATSTCw-v0j_=+P_xDPCbRSg(a)mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
>
> I'm new to gretl and i was wondering if it's possible to get the ordinary
> least squares as a formula. I mean without having to copy the coefficients
> and having to assemble a formula myself. I couldn't find such options. Does
> anyone know a solution for that?
>