boefraty
9 years agoMicrosoft Employee
ARIMA forecasting
ARIMA forecastin will soon be available as R-powered custom visual.
ARIMA modeling is the general class of models for forecasting a time series. ARIMA stands for an Autoregressive Integrated M...
boefraty
9 years agoMicrosoft Employee
Hi 141507
It says "plotly is not defined"
Try to clean all R packages previously installed in
c:\Users\username\AppData\Local\Radio\Library\
and
c:\Users\username\Documents\R\win-library\3.4\*
Try to clean-install "plotly" from RStudio consol line.
>install.packages("plotly")