CDF is an acronym for cumulative distribution function.
in R, with ecdf I can plot a empirical cumulative distribution function plot(ecdf(mydata)) and with hist I can …
I am trying to plot a CDF plot using ecdf() function using the following code: > x<-ecdf(data$…