powered by
compareDist(X, Dist1, Dist2 = NULL, Dist3 = NULL)
n <- 100 par <- list(shape1=1, shape2=2) X <- rBeta(n, params=par) compareDist(X, "Beta", "Normal") compareDist(X, "Beta", eNormal(X))
Run the code above in your browser using DataLab