Google News
logo
R - Quiz(MCQ)
Which of the following syntax is used to install forecast package?
A)
install.pack(“forecast”)
B)
install.packages(“forecast”)
C)
install.packages(“cast”)
D)
install.pack(“forecastcast”)

Correct Answer :   install.packages(“forecast”)


Explanation : forecast is used for time series analysis.

Advertisement