Am 22.04.2020 um 14:27 schrieb Allin Cottrell:
To be a little clearer (perhaps), Artur's code
translates to the following:
<hansl>
matrix id = seq(1,3)'
smpl full
eval id
smpl firm == 1 --restrict
printf "\n%.0f -- %d\n", 1, min(firm)
</hansl>
and as such the output is correct.
Ah, that's what I thought, but I was confused by the result of 'eval
id'. It would have been clearly for seq(1,3) without the transpose!
thanks
sven