Created
December 5, 2013 14:14
-
-
Save qoelet/7805756 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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