Java Mailing List Archive

http://www.r-help.com/

Home » R Help for Statistical Computing »

Re: [R] find "CP"

Tobias Verbeke

2010-03-12

Replies: Find Java Web Hosting

Author LoginPost Reply
Hi,

assaedi76 assaedi76 wrote:

> Thanks in advance:
>
> I need to use the function "mle.cp" in R. When I run this function I recive
>
> result <- mle.cp(y.hald~x.hald)
> Error: could not find function "mle.cp"
> could some one give me a help?

There is a function of that name in the wle
package.

Make sure it is installed, then load the
package using

library(wle)

before issuing your command.

HTH,
Tobias

______________________________________________
R-help@(protected)
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.
©2008 r-help.com - Jax Systems, LLC, U.S.A.