On 11/17/05, Vito Ricci <[EMAIL PROTECTED]> wrote: > Dear UseRs, > > maybe is a silly question: how can I get Empirical CDF > values from an object created with ecdf()??
The return value of ecdf is a function. Use it as you would any other function. -Deepayan ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
