On Thu, 19 Nov 2015, Dr. Logan Kelly wrote:
Sounds absolutely wonderful! Cannot wait to try it. Is it in the
snapshot yet?
Yes, it's in the snapshots.
Allin
-------- Original message --------
From: Allin Cottrell <cottrell(a)wfu.edu>
Date: 2015/11/19 10:41 AM (GMT-06:00)
To: Gretl development <gretl-devel(a)lists.wfu.edu>
Subject: [Gretl-devel] mkarray() function
There's a newish function in git, not yet documented. I'd appreciate
any comments as to whether it's worth keeping.
The mkarray() function creates an array of a specified type in
extenso, that is, by specification of a number of elements (as many as
you like). Examples:
strings S = mkarray("1 A", "2 B", "3 C", "4 D")
matrices M = mkarray(I(3), zeros(n,1), qform(x,A))