Time series in R
Posted
by Christian Stade-Schuldt
on Stack Overflow
See other posts from Stack Overflow
or by Christian Stade-Schuldt
Published on 2009-10-10T19:57:34Z
Indexed on
2010/05/01
5:57 UTC
Read the original article
Hit count: 425
r
|time-series
Hi,
I am tracking my body weight in a spread sheet but I want to improve the experience by using R. I was trying to find some information about time series analysis in R but I was not succesful.
The data I have here is in the following format:
date -> weight -> body-fat-percentage -> water-percentage
e.g. 10/08/09 -> 84.30 -> 18.20 -> 55.3
What I want to do
plot weight and exponential moving average against time
How can I achieve that?
© Stack Overflow or respective owner