powered by
Calculates the Kolmogorov-Smirnov statistic for p-values
ksStat(p)
Kolmogorov-Smirnov statistic
A numeric vector with p-values.
Min Jin Ha
p <- stats::runif(100) ksStat(p = p) ks.test(p, y = "punif") # compare with ks.test
Run the code above in your browser using DataLab