Skip to content

Instantly share code, notes, and snippets.

@neilkod
Created November 16, 2011 15:20
Show Gist options
  • Save neilkod/1370312 to your computer and use it in GitHub Desktop.
Save neilkod/1370312 to your computer and use it in GitHub Desktop.
> quantile(all_tweets$cnt,c(.10,.20,.30,.40,.50,.60,.70,.80,.90,.99,.999,.9999,.99999,.999999,1))
10% 20% 30% 40% 50% 60% 70% 80% 90% 99% 99.9% 99.99% 99.999% 99.9999% 100%
1.00 1.00 1.00 1.00 2.00 2.00 3.00 4.00 9.00 346.84 24177.48 224496.43 775218.76 855021.08 863888.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment