An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100312/55bf34d3/attachment.pl>
find "CP"
3 messages · assaedi76 assaedi76, Tobias Verbeke, Peter Konings
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
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100312/0359aaad/attachment.pl>