Re: [R] changing time span

2012-02-23 Thread phillen
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-

Re: [R] changing time span

2012-02-23 Thread Gabor Grothendieck
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

Re: [R] changing time span

2012-02-23 Thread R. Michael Weylandt
? 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

[R] changing time span

2012-02-23 Thread phillen
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))