Re: [R] plot cdf

2012-06-15 Thread MSousa
Thanks -- View this message in context: http://r.789695.n4.nabble.com/plot-cdf-tp4633349p4633515.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do r

Re: [R] plot cdf

2012-06-14 Thread David L Carlson
: Thursday, June 14, 2012 4:13 AM > To: r-help@r-project.org > Subject: [R] plot cdf > > > > Good Afternoon, > > I'm trying to create a cdf plot, with the following code.It works > well, > but I have little doubt, if you can help solve.When I create th

[R] plot cdf

2012-06-14 Thread MSousa
Good Afternoon, I'm trying to create a cdf plot, with the following code.It works well, but I have little doubt, if you can help solve.When I create the plot, like the graph line would still not appear with point #cdf x<-table(Dataset$Apcode) View(s) hist(s) *plot(ecdf(x))* x<-1

Re: [R] Plot cdf, pdf

2011-06-02 Thread nandan amar
try folllowing in general >?ecdf but what vector input consists of..?? On 3 June 2011 01:19, Alaios wrote: > Dear all, > do you know any easy way based on a vector input how to plot easily cdf and > pdf. > > I would like to thank you in advance for your help > > Regards > Alex > > ___

[R] Plot cdf, pdf

2011-06-02 Thread Alaios
Dear all, do you know any easy way based on a vector input how to plot easily cdf and pdf. I would like to thank you in advance for your help Regards Alex __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read