tabla.errores | R Documentation |
Error table for all predictions
tabla.errores(Preds, Real, nombres = NULL)
Preds |
a list of ts objects (prediction). |
Real |
a ts object (real). |
nombres |
names for the data.frame (optional). |
data.frame
Diego Jimenez <diego.jimenez@promidat.com>
model <- arima(window(AirPassengers, end = c(1959, 12)))
pred <- predict(model, 12)
tabla.errores(list(pred$pred), window(AirPassengers, start = 1960))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.