Skip to content
Back to formatted view

Raw Message

Message-ID: <1319746982985-3945927.post@n4.nabble.com>
Date: 2011-10-27T20:23:02Z
From: Bazman76
Subject: Correllogram of Daily Time Series
In-Reply-To: <CAAmySGN6XVsZcriwV_fNhMHtDbiRRe+gQg2U9OpmmHerTNU2Rg@mail.gmail.com>

I did it using the code below thank you.

Will the fact I have used a ts object but the observations are not really
equally spaced invalidate the results?

vols=read.csv(file="C:/Documents and Settings/Hugh/My Documents/PhD/Swaption
vols.csv" 
+ , header=TRUE, sep=",")
> x<-ts(vols[,2])
> x

>acf(x)

--
View this message in context: http://r.789695.n4.nabble.com/Correllogram-of-Daily-Time-Series-tp3944094p3945927.html
Sent from the R help mailing list archive at Nabble.com.