InterviewSolution
Saved Bookmarks
| 1. |
________ makes it incredibly easy to fit time series models like ARIMA, ARMA, AR, Exponential Smoothing, etc.(a) sqldf(b) plyr(c) forecast(d) statsI got this question during an interview.The above asked question is from Packages topic in chapter Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» Right ANSWER is (C) forecast |
|