logconTwoSample(x, y, which = c("MLE", "smooth"), M = 999,
n.grid = 500, display = TRUE, seed0 = 1977)
maxDiffCDF
for details.TRUE
progress of computations is shown.n1 <- 30
n2 <- 25
x <- rgamma(n1, 2, 1)
y <- rgamma(n2, 2, 1) + 1
twosample <- logconTwoSample(x, y, which = c("MLE", "smooth")[1], M = 999)
Run the code above in your browser using DataLab