An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110124/94c33cce/attachment.pl>
using gsarima package with R
3 messages · nandan amar, Hugo Mildenberger, Tobias Verbeke
On Sunday 23 January 2011 20:52:21 nandan amar wrote:
I am trying to use function garsim from package gsarima. I can download gsarima package from http://cran.fyxm.net/web/packages/gsarima/index.html for linux. But how I can add it to R.
For example by entering
R CMD INSTALL /path/to/gsarima_0.0-2.tar.gz
Hi Nandan,
On 01/23/2011 08:52 PM, nandan amar wrote:
I am trying to use function garsim from package gsarima. I can download gsarima package from http://cran.fyxm.net/web/packages/gsarima/index.html for linux. But how I can add it to R. I have compiled and installed R from its R source code under Ubuntu.
$ 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