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
: 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
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
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
>
> ___
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
5 matches
Mail list logo