On Wed, 31 Aug 2016, cociuba mihai wrote:
I'm interested to know if there are any possibilities to generate
panel
plots from a script, or to retrieve the mean of the selected series.
Also the panel plot command doesn't appear in the command log.
Right now the "panel plot" (the special set of plotting options you
get on right-clicking a panel-data series in the main window) is a
GUI-only thing. To do something similar in a script you would have
to write your own function. Since in general we want to ensure that
anything you can do in the GUI you can also do by script, this is,
if not a bug, then a missing feature.
As for getting the data you mention, take a look at the functions
pxsum and pxnobs.
Allin Cottrell