Construct a tlist in grocer panel format
pdb = paneldb(ind,var,arg1, ,argn)
ind = vector of name for individual
var = vector of generic name for variable
arg1, ,argn = arguments which can be:
- 'conc = 1' if concatenation must begins by individual names (2 instead, default =1)
- 'bounds =[''bounds1'' ''bounds2'']' bounds for data
rpdb = a results tlist with
- rpdb('panel data') = type of the list
- rpdb('dates') = bounds of data
- rpdb('id') = individual indentifiant
- rpdb('x') = stacked data in matrix format
- rpdb('nameid') = names of individual indentifiant
- rpdb('namex') = generic names of data
pdb = paneldb(['ze';'jp';'ca';'uk';'sw';'nw';'sd';'dk';'us'],['lxrate';'money_s';'rmmkt_s';'pic_s'],'bounds=[''1994m1'' ''2002m12'']'); Example taken from function paneldb_d(): construct a panel tlist for 4 macroeconomic data observed on 9 countries.