powered by
test_ks_dlognorm(X, meanlog, sdlog)
ks.test
X <- rlnorm(1000,1,1) test_ks_dlognorm(X, meanlog=1, sdlog=1) test_ks_dnorm(log(X), mean=1, sd=1)
Run the code above in your browser using DataLab