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@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