I have a huge amount of data and I used ecdf
function in R to calculate the cumulative distribution function. However, I can't figure out how can I get the 50% or 75% point in this function.
For example,
0.5 = Fn(x)
How can I find the x value or is there any way to print out the function directly in R rather than draw the graph.