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    37607
2       26625
3       5856
4       25992
5       30585
6       16064
7       9850
..
...
..
186 52


--
View this message in context: 
http://r.789695.n4.nabble.com/plot-cdf-tp4633349.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 read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to