Skip to content

Instantly share code, notes, and snippets.

@illy
Created January 10, 2013 22:08
Show Gist options
  • Save illy/4506220 to your computer and use it in GitHub Desktop.
Save illy/4506220 to your computer and use it in GitHub Desktop.
m.geQuote <- as.matrix(geQuote[,2:5])
acf.geQuote <- acf(m.geQuote, lag=5, plot=F, na.action=na.contiguous)
m.acf.geQuote <- melt(acf.geQuote$acf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment