The function in Hmisc is Ecdf():

 u <- rnorm(100)
Hmisc:::Ecdf(u)

D.

On Wed, Jan 26, 2011 at 2:58 AM, pdb <ph...@philbrierley.com> wrote:

>
> Thanks for the quick response, but that doesn't seem to help
>
> What do I need to do to get it to work?
>
> > Hmisc:::ecdf(...)
> Error in get(name, envir = asNamespace(pkg), inherits = FALSE) :
>  object 'ecdf' not found
>
>
> --
> View this message in context:
> http://r.789695.n4.nabble.com/2-functions-with-same-name-what-to-do-to-get-the-one-I-want-tp3237788p3237820.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.
>

        [[alternative HTML version deleted]]

______________________________________________
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