Am 05.06.2017 um 11:39 schrieb Artur Tarassow:
Let's get a concrete example:
<hansl>
set verbose off
open denmark.gdt -q
LRM[1] = NA
mean_LRM = mean(LRM)
sd_LRM = sd(LRM)
print mean_LRM sd_LRM
summary LRM --simple
list L = LRM LRY
summary L --simple
</hansl>
But I think the point is what you get after
series meanlist = mean(L)
print meanlist
-sven