I find shape and scale using Weibull distribution.I want to use KS. For the Kolmogorov-Smirnov test, I got message
ties should not be present for the Kolmogorov-Smirnov test
How to solve it?
My code was
ks.test(data, "pweibull", shape = 1, scale = 7)