Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created December 5, 2013 14:14
Show Gist options
  • Save qoelet/7805756 to your computer and use it in GitHub Desktop.
Save qoelet/7805756 to your computer and use it in GitHub Desktop.
vix <- Quandl("YAHOO/INDEX_VIX")
boxPlot(vix$Close)
describe(vix$Close)
"
vix$Close
n missing unique Mean .05 .10 .25 .50 .75 .90 .95
6031 0 2280 20.21 11.54 12.25 14.49 18.53 23.69 29.73 34.63
lowest : 9.31 9.48 9.70 9.82 9.89, highest: 72.67 74.26 79.13 80.06 80.86
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment