Page 1 of 1

Graph Sample Range

Posted: Fri Mar 05, 2021 5:51 am
by GFXFTS
Hello,

Hope all well.

Is there sample command which only uses the data available i.e. non-N/A for the series I would like to use for a graph by chance?

I have attached a workfile with some data. In the graphs, I would ideally only display the available data and start the sample, where both series are available.

Thanks a lot for your help.

Best,

Günter

Re: Graph Sample Range

Posted: Fri Mar 05, 2021 7:58 am
by EViews Gareth
Put them in a group, then use:

Code: Select all

smpl if @robs(g) = g.@count

Re: Graph Sample Range

Posted: Fri Mar 05, 2021 9:36 am
by GFXFTS
Great. That worked. Thanks a lot. Best, Günter