[R] How to get the transpose of R´s function forecast output and turn it into a data frame

Paul Bernal paulbernal07 at gmail.com
Thu Mar 16 13:43:42 CET 2017


Dear all,

Hope you are doing great. Some R time series functions generate the
forecasts in an horizontal way, for example:

                2017     2018     2019    2020
forecast    12           15        35        75

but I´d like to have the output as follows:


Date      forecast
2017           12
2018           15
2019           35
2020           75

I tried using the t() function to get the transpose, but after taking the
transpose I was not able to turn it into a data frame.

Any help will be greatly appreciated,

Cheers,

Paul

	[[alternative HTML version deleted]]



More information about the R-help mailing list