Skip to content
Prev 274600 / 398528 Next

ecdf

gj
David is right. I am looking for the ecfd for fs$numstudents. The
other column is just an id.

I guess I don't know how to read the R documentation when it comes to functions.

looking at the documentation, i now notice that it says "Compute an
empirical cummulative distribution function and not a vector.

But still I would had assumed that in ecdf(x) ... the x is the argument.

So ecdf(fs$numstudents)(unique(fs$numstudents))
     ===============  ==================
          function                       arguments

Yes? But I can't read that from the documentation? I suspect it has
something to those dots .... in the arguments which I don't
understand.

Why it says usage ecdf(x) when it's clearly not the case?

I don't get it.

Gawesh


On Sun, Oct 16, 2011 at 11:02 PM, David Winsemius
<dwinsemius at comcast.net> wrote: