Skip to content
Back to formatted view

Raw Message

Message-ID: <4D3CA053.5070003@openanalytics.eu>
Date: 2011-01-23T21:40:35Z
From: Tobias Verbeke
Subject: using gsarima package with R
In-Reply-To: <AANLkTin43=JG8yGU4BnS4oWMB8VwT80hz=dX2Q4ojm2R@mail.gmail.com>

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