Skip to content

Instantly share code, notes, and snippets.

@illy
Created January 10, 2013 22:06
Show Gist options
  • Save illy/4506204 to your computer and use it in GitHub Desktop.
Save illy/4506204 to your computer and use it in GitHub Desktop.
str(acf.geQuote)
List of 6
$ acf : num [1:5, 1:4, 1:4] 1 -0.1917 -0.478 0.1049 0.0648 ...
$ type : chr "correlation"
$ n.used: int 5
$ lag : num [1:5, 1:4, 1:4] 0 1 2 3 4 0 -1 -2 -3 -4 ...
$ series: chr "m.geQuote"
$ snames: chr [1:4] "Open" "Close" "Low" "High"
- attr(*, "class")= chr "acf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment