[R] Time series in R

Ko-Kang@xtra.co.nz Ko-Kang at xtra.co.nz
Mon Apr 23 12:51:14 CEST 2001


Have you loaded the library?

There are (at least) 2 libraries on time series, one comes with the
installation file (ts) and another is a contributed package (tsseries).

Assuming you want to use the ts package, which comes with the installation
file, you must load it first by:
     library(ts)

If you want to see the help file, do;
     library(help=ts)

Hope this helps,

Kevin

-------------------------------------------------
Ko-Kang Kevin Wang
Statistical Analysis Division Leader
Software Developers' Klub
University of Auckland
New Zealand
----- Original Message -----
From: "L C G Rogers" <maslcgr at bath.ac.uk>
To: <r-help at lists.r-project.org>
Sent: Monday, April 23, 2001 9:50 PM
Subject: [R] Time series in R


>
> The help pages of R-1.2.2 include several pages on various
> time series functions, but when I try to use these functions
> they appear not to be available ....  am I missing something
> obvious, or are these functions not yet built?
>
> Chris Rogers
>
> -----------------------------------------------------------------------
> L C G Rogers, Professor of Probability              tel:+44 1225 826224
> Department of Mathematical Sciences                 fax:+44 1225 826492
> University of Bath, Bath BA2 7AY, GB
>
> Email: L.C.G.Rogers at bath.ac.uk  web: www.bath.ac.uk/~maslcgr/home.html
> -----------------------------------------------------------------------
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
-.-.-
> r-help mailing list -- Read
http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
>
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._.
_._


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list