On Thu, 9 Jan 2014, Sven Schreiber wrote:
trying to use dpanel "seriously", I discovered that
apparently the GMM()
function for specifying predetermined variables does not accept list
arguments, which makes dpanel specifications quite verbose and difficult
to adjust. So it would be nice and seem natural if named lists could be
accepted.
OK, done in CVS.
Also, I got an error when there was (accidentally) a blank between
the
number argument and the comma, like so:
GMM(myvariable, 1 , 2)
IMHO that looks like a bug (in the parser?).
OK, we now support sloppy whitespace ;-)
Allin