Re: [R] Reformatting output of Forecasts generated by mlp model

2018-12-20 Thread Bert Gunter
The printed output you have shown is meaningless (and maybe mangled, since you posted in HTML): it is the result of a call to a print method for the forecast object. You need to examine that object (e.g. via str()) and/or the print method to see how to extract the data you want in whatever form you

[R] Reformatting output of Forecasts generated by mlp model

2018-12-20 Thread Paul Bernal
Dear friends, Hope you are doing great. I am using the multiple layer perceptron model (provided in R´s mlp() function for time series forecasting, but I don´t know how to reformat the output forecasts generated. mydata <- dput(datframe$Transits) > dput(datframe$Transits) c(77L, 75L, 85L, 74L, 7