En la fórmula que debo modificar para poder proyectar un año de forma diaria

Estimados, estoy intentado proyectar un año de forma diaria, estoy aplicando esta forma pero me da errores y no encontró mi error. Si pueden ayudar lo agradecería!

library(forecast)

deposit <- ts(read.csv("c://data//m2vzla2.csv", header=FALSE)[,1], freq=365.25/7, start=2019)

deposit_tbats <- tbats(deposit)

Fcst_deposit <- forecast(deposit_tbats, h=52)

plot(deposit_tbats)

plot(Fcst_deposit)

show(Fcst_deposit)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.