[R] plot cdf
MSousa
ricardosousa2000 at clix.pt
Thu Jun 14 11:13:11 CEST 2012
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.
More information about the R-help
mailing list