Skip to content

Instantly share code, notes, and snippets.

@stringertheory
Created April 7, 2014 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stringertheory/10060638 to your computer and use it in GitHub Desktop.
Save stringertheory/10060638 to your computer and use it in GitHub Desktop.
Bootstrap KS test
# read in data
onlydown <- read.table('scores-onlydown.dat')[,1]
random <- read.table('scores-random.dat')[,1]
# use bootstrap version of KS test
library(Matching)
ks.boot(onlydown, random)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment