profile-methods {NHPoisson} | R Documentation |
Method mlePP
for Function profile
Description
Method for generic function profile
for objects of the S4-class
mlePP
. It is almost identical to the method mle
for this function in stats4,
but small changes have to be done due to the differences in the arguments of the functions
mle
and fitPP.fun
. In order to profile an mlePP
object, its vcov
slot cannot be missing.
That means that if the function fitPP.fun
is used to create the object, the argument modCI=TRUE
must be used.
Methods
signature(fitted = "mlePP")
[Package NHPoisson version 3.3 Index]