[R] Read time series

2009-09-20 Thread Alexis Maluendas
Hi R experts,

How can I get a ts object from a data frame object which contains a daily
time series in order to apply it time series functions?

Tanks

Aleto

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Read time series

2009-09-20 Thread Gabor Grothendieck
Please provide a minimal data object to clarify your question.
In particular please read and follow the last line on every message
to r-help and read the posting guide also mentioned there.

On Sun, Sep 20, 2009 at 12:24 PM, Alexis Maluendas
avmaluend...@gmail.com wrote:
 Hi R experts,

 How can I get a ts object from a data frame object which contains a daily
 time series in order to apply it time series functions?

 Tanks

 Aleto

        [[alternative HTML version deleted]]

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Read time series

2009-09-20 Thread Wensui Liu
zoo()

On Sun, Sep 20, 2009 at 12:24 PM, Alexis Maluendas
avmaluend...@gmail.com wrote:
 Hi R experts,

 How can I get a ts object from a data frame object which contains a daily
 time series in order to apply it time series functions?

 Tanks

 Aleto

        [[alternative HTML version deleted]]

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.




-- 
==
WenSui Liu
Blog   : statcompute.spaces.live.com
Tough Times Never Last. But Tough People Do.  - Robert Schuller
==

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.