简体   繁体   English

如何清除错误“软件包'forecast.HoltWinters'不可用(对于R版本3.4.1)”?

[英]how to remove error “package ‘forecast.HoltWinters’ is not available (for R version 3.4.1)”?

I want to run this: 我要运行此:

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

But I get two errors for both forecast.HoltWinters and plot.forecast . 但是我对forecast.HoltWintersplot.forecast都有两个错误。

Use the generic functions forecast() and plot() . 使用通用函数forecast()plot() The specific methods are no longer user-visible. 具体方法不再对用户可见。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM