Tagged Questions

0
votes
2answers
308 views

Panel Data Forecasting With R

I have data that is organized in panels like this (see below for output from the dput() function): Country Year Month Var1 Var2 C1 2000 1 0 0 C1 2000 2 1 0 C1 2000 3 ...