On Sun, May 18, 2025 at 8:45 AM Alecos Papadopoulos <papadopa...@aueb.gr> wrote: > > Thanks Artur! > > No, the pmean() function is not useful because it relates to means across the > time dimension. > > But the pxmean() function in the PanelTools package does indeed appear to do > essentially what I want to do.
Maybe worth mentioning: you get the same result as with pxmean() from PanelTools via this use of built-in functions series my_mean = pxsum(x) / pxnobs(x) Allin _______________________________________________ Gretl-users mailing list -- gretl-users@gretlml.univpm.it To unsubscribe send an email to gretl-users-le...@gretlml.univpm.it Website: https://gretlml.univpm.it/postorius/lists/gretl-users.gretlml.univpm.it/