x = c(runif(1000, 0,2.5), runif(100, 2.5, 4)) plot(ecdf(x)) You will notice a sharp turn around x = 2.5 How do I get that value of x using R?
-- Thanks, Jim. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.