【问题标题】:how to remove error "package ‘forecast.HoltWinters’ is not available (for R version 3.4.1)"?如何删除错误“包'forecast.HoltWinters'不可用(对于R版本3.4.1)”?
【发布时间】:2017-11-20 11:33:42
【问题描述】:

我想运行这个:

> library(forecast)
> rainF8 <- forecast.HoltWinters(rainF, h=8)
> plot.forecast(rainF8)

forecast.HoltWintersplot.forecast 出现两个错误。

【问题讨论】:

  • 您是否阅读了forecasthere 的手册?另外,您能告诉我们您遇到了什么错误吗?

标签: r time-series forecasting holtwinters


【解决方案1】:

使用通用函数forecast()plot()。特定方法不再是用户可见的。

【讨论】:

    猜你喜欢
    • 2012-11-28
    • 2020-02-09
    • 2017-07-19
    • 1970-01-01
    • 2020-07-17
    • 1970-01-01
    • 1970-01-01
    • 2016-05-14
    • 2015-02-25
    相关资源
    最近更新 更多