Re: [R] Help with Ecdf function

2009-08-03 Thread Mateus Teixeira
David, Actually, I have used the example given in Ecdf help page, see below a part of the script: comparacao<-c(obs,simul[,,1],simul[,,2],simul[,,3],simul[,,4]) grupos<-c( rep('obs',length(obs)), rep('exp1',length(simul[,,1])), rep('exp2',length(simul[,,2])), rep('exp3',length(simul[,,3])), rep('

Re: [R] Help with Ecdf function

2009-08-03 Thread David Winsemius
On Aug 3, 2009, at 4:19 PM, Mateus Teixeira wrote: Dear R users, I'm using Ecdf (Hmisc library) to plot four cdf in a same graphic. In this graphic I also plot the 0.99 quantile for these cdf. How did you do this? Experimenting with the example on hte Ecdf help page it appears that addi

[R] Help with Ecdf function

2009-08-03 Thread Mateus Teixeira
Dear R users, I'm using Ecdf (Hmisc library) to plot four cdf in a same graphic. In this graphic I also plot the 0.99 quantile for these cdf. I successfully plot cdfs using different types of line to distinguish them, but I can't determine the type of lines showing 0.99 quantile. Is there a way t