Sounds absolutely wonderful! Cannot wait to try it. Is it in the snapshot yet?
Thanks
Logan
Sent from my T-Mobile 4G LTE Device
-------- Original message -------- From: Allin Cottrell <cottrell@wfu.edu> Date: 2015/11/19 10:41 AM (GMT-06:00) To: Gretl development <gretl-devel@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))
Allin _______________________________________________ Gretl-devel mailing list Gretl-devel@lists.wfu.edu http://lists.wfu.edu/mailman/listinfo/gretl-devel