fork download
  1. f <- function(){
  2. ks.test(c(1,2,3,4,5),c(9,10,11,12))
  3. }
  4.  
  5. f()
  6.  
Success #stdin #stdout 0.3s 22840KB
stdin
Standard input is empty
stdout
	Two-sample Kolmogorov-Smirnov test

data:  c(1, 2, 3, 4, 5) and c(9, 10, 11, 12) 
D = 1, p-value = 0.01587
alternative hypothesis: two-sided