Message-ID: <493FE8D2.3000509@gmx.net>
Date: 2008-12-10T16:05:38Z
From: Stefan Grosse
Subject: how to merge panel data stored by variable?
In-Reply-To: <8f75d250812100758r5d0d2ab7ld8e05d4608adf6ca@mail.gmail.com>
> I have two datasets stored in tab-separated format in the following way
> file1:
> country year1 year2
> Germany var1 var1
> Hungary var1 var1
>
> file2:
> country year1 year2
> Germany var2 var2
> Hungary var2 var2
>
> I can easily read in these files, but how can I merge them as a panel
> dataset?
>
>
?cbind
?rbind
hth
Stefan