powered by
uniform.test(hist.output, B = NULL)
hist
x.unif <- runif(100) uniform.test(hist(x.unif), B = 1000) x.lnorm <- rlnorm(100) uniform.test(hist(x.lnorm), B = 1000)
Run the code above in your browser using DataLab