muchas gracias! Exactly what I was looking for, very helpful.
Best regards,
Philipp
--
View this message in context:
http://r.789695.n4.nabble.com/changing-time-span-tp4413672p4414007.html
Sent from the R help mailing list archive at Nabble.com.
__
R-
On Thu, Feb 23, 2012 at 7:09 AM, phillen wrote:
> hi there!
> i am desperately in need for help.
>
> i have read in data:
> qthm=read.csv("qthm.csv",sep=";",header=TRUE)
> then created time series ie
> m2=ts(log(qthm$m2), start=c(1959, 1), frequency=4)
> transformed these time series in zoo varia
? window
Michael
On Thu, Feb 23, 2012 at 7:09 AM, phillen wrote:
> hi there!
> i am desperately in need for help.
>
> i have read in data:
> qthm=read.csv("qthm.csv",sep=";",header=TRUE)
> then created time series ie
> m2=ts(log(qthm$m2), start=c(1959, 1), frequency=4)
> transformed these time
hi there!
i am desperately in need for help.
i have read in data:
qthm=read.csv("qthm.csv",sep=";",header=TRUE)
then created time series ie
m2=ts(log(qthm$m2), start=c(1959, 1), frequency=4)
transformed these time series in zoo variables
qthmz=merge.zoo(diff(mbase),diff(m2),diff(cpi),diff(rgdp))
4 matches
Mail list logo