Skip to content

using gsarima package with R

3 messages · nandan amar, Hugo Mildenberger, Tobias Verbeke

#
Hi Nandan,
On 01/23/2011 08:52 PM, nandan amar wrote:
$ sudo R
install.packages("gsarima") # install at R command line

library(gsarima)  # load the package
?garsim  # look a the help page of the function

Hope this helps,
Tobias