[R] find "CP"
Tobias Verbeke
tobias.verbeke at openanalytics.eu
Fri Mar 12 09:06:03 CET 2010
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
More information about the R-help
mailing list