pagestack
Posted: Tue Jun 02, 2009 2:33 pm
Hi,
I want to analyse the common distribution of a series for several coutries and years in a new page.
So far I use the following commands, where d_ is the series to be analysed.
smpl 2000 2009
pagestack(page=Stacked) d_? @ d_?
graph distribution.distplot d_
The problem is that it takes the whole workfile page (1995-2009), but I want only a smaller sample to be stacked (2000-2009).
How can I manage this, as the smpl command is ignored?
I want to analyse the common distribution of a series for several coutries and years in a new page.
So far I use the following commands, where d_ is the series to be analysed.
smpl 2000 2009
pagestack(page=Stacked) d_? @ d_?
graph distribution.distplot d_
The problem is that it takes the whole workfile page (1995-2009), but I want only a smaller sample to be stacked (2000-2009).
How can I manage this, as the smpl command is ignored?