> 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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.