Am 09.02.2021 um 22:11 schrieb Sven Schreiber:
Am 08.02.2021 um 11:59 schrieb Sven Schreiber:
> Am 07.02.2021 um 22:51 schrieb Allin Cottrell:
>> On Sun, 7 Feb 2021, Sven Schreiber wrote:
>>> wouldn't it be more efficient if simply the wanted
names could be
>>> injected, replacing the generic stuff that is in the $parnames
>>> accessor?
>>
>> Feature request?
>
> I guess so, but I'm not exactly clear in what direction.
>
> Since the problem rests with the content of $model.parnames, perhaps one
> idea would be a new --parnames=myarray option to mle?
Here's another idea: What about using the rownames of a vector
for the
printout? Something like this in quasi-hansl:
# initialize
matrix cf = zeros(3)
# labels
rnameset(cf, "income invest price")
...
And the printout would substitute c[1], c[2], c[3] with
income/invest/price.
Ping - this thread kind of died out, but the need is still there.
thanks
sven