On May 30, 2010, at 9:03 AM, Jonathan Beard wrote:
Hi Stephan, thanks for your response.
It looks like the ecdf() works like it should.
I have a quick follow-up:
I didn't notice any discussion in the help documents of the methods
behind ecdf() and quantile(type=3) being equivalent.
It looks
Hi Stephan, thanks for your response.
It looks like the ecdf() works like it should.
I have a quick follow-up:
I didn't notice any discussion in the help documents of the methods
behind ecdf() and quantile(type=3) being equivalent.
It looks like the results produced by each method are consisten
Hi Jon,
does the empirical cumulative distribution function do what you want?
dat$q.score <- ecdf(dat$score)(dat$score)
?ecdf
HTH
Stephan
Jonathan Beard schrieb:
Hello all,
Thanks in advance for you attention.
I would like to generate a third value that represents the quantile
value of a va
3 matches
Mail list logo